Skip to content

Commit

Permalink
Merge pull request #39 from FraDim/patch-1
Browse files Browse the repository at this point in the history
Add compatibility for recent versions of Faraday
  • Loading branch information
Bossa573 committed Feb 26, 2021
2 parents 37a3a4b + 89bc984 commit 9728f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aftership.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.requirements << 'none'

s.add_dependency 'faraday', '~> 1.0.1'
s.add_dependency 'faraday_middleware', '~> 1.0.0'
s.add_dependency 'faraday', '~> 1.0', '>= 1.0.1'
s.add_dependency 'faraday_middleware', '~> 1.0'

s.add_development_dependency 'pry'
s.add_development_dependency 'rspec', '~> 2.14.1'
Expand Down

0 comments on commit 9728f6a

Please sign in to comment.