Skip to content

Commit

Permalink
Merge pull request #1 from indiegogo/alex/downgrade-faraday-dependenc…
Browse files Browse the repository at this point in the history
…y-version

Change faraday and bundler versions to match monorail
  • Loading branch information
ambirdsall-gogo authored Jun 10, 2021
2 parents 1f3a5b1 + 2847ccb commit 7140394
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
facebookbusiness (0.9.0.1)
facebookbusiness (0.10.0.1)
concurrent-ruby (~> 1.1)
countries (~> 3.0)
faraday (~> 1.0)
faraday (~> 0.17)
json (~> 2.2)
money (~> 6.13)

Expand All @@ -24,14 +24,14 @@ GEM
unicode_utils (~> 1.4)
diff-lcs (1.4.4)
dotenv (2.7.6)
faraday (1.0.1)
faraday (0.17.4)
multipart-post (>= 1.2, < 3)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
i18n_data (0.10.0)
json (2.3.1)
json (2.5.1)
method_source (1.0.0)
minitest (5.14.1)
minitest (5.14.4)
money (6.13.8)
i18n (>= 0.6.4, <= 2)
multipart-post (2.1.1)
Expand Down Expand Up @@ -81,12 +81,12 @@ PLATFORMS

DEPENDENCIES
awesome_print (~> 1.8)
bundler (~> 1.17)
bundler (~> 2.1.4)
byebug (~> 11.0)
countries (~> 3.0)
dotenv (~> 2.7)
facebookbusiness!
minitest (~> 5.0)
minitest (~> 5.14.2)
money (~> 6.13)
pry (~> 0.12)
pry-coolline (~> 0.2)
Expand All @@ -95,4 +95,4 @@ DEPENDENCIES
rubocop (~> 0.71)

BUNDLED WITH
1.17.2
2.1.4
4 changes: 2 additions & 2 deletions facebookbusiness.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ Gem::Specification.new do |s|
s.required_ruby_version = '> 2.4'

s.add_dependency 'concurrent-ruby', '~> 1.1'
s.add_dependency 'faraday', '~> 1.0'
s.add_dependency 'faraday', '~> 0.17'
s.add_dependency 'json', '~> 2.2'
s.add_dependency 'countries', '~>3.0'
s.add_dependency 'money', '~> 6.13'

s.add_development_dependency 'awesome_print', '~> 1.8'
s.add_development_dependency 'bundler', '~> 1.17'
s.add_development_dependency 'bundler', '~> 2.1.4'
s.add_development_dependency 'byebug', '~> 11.0'
s.add_development_dependency 'dotenv', '~> 2.7'
s.add_development_dependency 'minitest', '~> 5.14.2'
Expand Down

0 comments on commit 7140394

Please sign in to comment.