Skip to content

Commit

Permalink
Merge pull request #18 from xing/update-excon
Browse files Browse the repository at this point in the history
Update excon gem
  • Loading branch information
Michael Sedlmair authored Feb 4, 2020
2 parents ea21db0 + 654e012 commit 3f8c5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpm-fry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
# ensure the gem is built out of versioned files
gem.files = Dir['lib/**/*'] & `git ls-files -z`.split("\0")

gem.add_dependency 'excon', '~> 0.30'
gem.add_dependency 'excon', '~> 0.71.0'
gem.add_dependency 'fpm', '~> 1.0'
gem.add_dependency 'json', '~> 1.8'

Expand Down

0 comments on commit 3f8c5f2

Please sign in to comment.