Skip to content

Commit

Permalink
Merge pull request #701 from stripe/ob-bump-faraday
Browse files Browse the repository at this point in the history
Bump Faraday minimum version to 0.13.0
  • Loading branch information
ob-stripe authored Nov 16, 2018
2 parents 63d95e1 + c80a491 commit 42f4c84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ group :development do
# older Ruby versions. Check Ruby the version here and put a maximum
# constraint on Rack if necessary.
if RUBY_VERSION >= "2.2.2"
gem "rack", ">= 1.5"
gem "rack", ">= 2.0.6"
else
gem "rack", ">= 1.5", "< 2.0" # rubocop:disable Bundler/DuplicatedGem
gem "rack", ">= 1.6.11", "< 2.0" # rubocop:disable Bundler/DuplicatedGem
end

platforms :mri do
Expand Down
2 changes: 1 addition & 1 deletion stripe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.homepage = "https://stripe.com/docs/api/ruby"
s.license = "MIT"

s.add_dependency("faraday", "~> 0.10")
s.add_dependency("faraday", "~> 0.13")
s.add_dependency("net-http-persistent", "~> 3.0")

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 42f4c84

Please sign in to comment.