Skip to content

Commit

Permalink
Merge pull request #45 from Viserion77/develop
Browse files Browse the repository at this point in the history
Deploy path 0.7.9
  • Loading branch information
Viserion77 authored Sep 4, 2023
2 parents 2368be3 + 04b0c32 commit bb0db41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: .
specs:
nubank_sdk (0.7.8)
nubank_sdk (0.7.9)
faraday (~> 2.7.1)
json (~> 2.3)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4.3)
activesupport (7.0.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -22,12 +22,12 @@ GEM
e2mmap (0.1.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
faraday (2.7.4)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
gem-release (2.2.2)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
json (2.6.2)
Expand All @@ -36,7 +36,7 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
mini_portile2 (2.8.1)
minitest (5.18.0)
minitest (5.19.0)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/nubank_sdk/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NubankSdk
VERSION = '0.7.8'
VERSION = '0.7.9'
end

0 comments on commit bb0db41

Please sign in to comment.