Skip to content

Commit

Permalink
bump to excon 1.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus authored Oct 24, 2024
1 parent f9cd78e commit 3efd0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faraday-excon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
spec.files = Dir.glob('lib/**/*') + %w[README.md LICENSE.md]
spec.require_paths = ['lib']

spec.add_dependency 'excon', '>= 0.109.0'
spec.add_dependency 'excon', '>= 1.0.0'
spec.add_dependency 'faraday', '>= 2.11.0', '< 3'
end

0 comments on commit 3efd0f4

Please sign in to comment.