Skip to content

Commit

Permalink
Merge pull request #45 from Juanmcuello/update-faraday-gemspec
Browse files Browse the repository at this point in the history
Allow faraday to be updated to 0.17.3
  • Loading branch information
etagwerker authored May 22, 2020
2 parents ef167a8 + ddc6849 commit 75f73c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mercadopago.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

# specify any dependencies here:
s.add_dependency 'json', '~> 1.4'
s.add_dependency 'faraday', '~> 0.9.0'
s.add_dependency 'faraday', '~> 0.9'
s.add_development_dependency 'pry', '~> 0.11.1'
s.add_development_dependency 'rake', '~> 12.1'
s.add_development_dependency 'byebug', '~> 9.1'
Expand Down

0 comments on commit 75f73c7

Please # to comment.