Skip to content

Commit

Permalink
Merge pull request #3 from taylorbrooks/master
Browse files Browse the repository at this point in the history
Bump Faraday and middleware to 0.10
  • Loading branch information
seven1m authored Nov 18, 2016
2 parents 1e8859c + de9c997 commit 42d7efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pco_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |s|
s.files = Dir["lib/**/*", "README.md"]
s.test_files = Dir["spec/**/*"]

s.add_dependency "faraday", "~> 0.9.1"
s.add_dependency "faraday_middleware", "~> 0.9.1"
s.add_dependency "faraday", "~> 0.10"
s.add_dependency "faraday_middleware", "~> 0.10"
s.add_dependency "excon", "~> 0.45.3"
s.add_development_dependency "rspec", "~> 3.2"
s.add_development_dependency "webmock", "~> 1.21"
Expand Down

0 comments on commit 42d7efa

Please sign in to comment.