Skip to content

Commit

Permalink
Merge pull request #229 from olleolleolle/faraday-before-1
Browse files Browse the repository at this point in the history
Keep Faraday < 0.15.0 to keep builds  🟢
  • Loading branch information
xavdid committed May 5, 2020
2 parents 323e931 + 4e0d25b commit 6c73c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parse-ruby-client.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.1'

spec.add_dependency 'faraday', '>= 0.9.2'
spec.add_dependency 'faraday', ['>= 0.9.2', '< 0.15.0']
spec.add_dependency 'faraday_middleware', '>= 0.9.2'

spec.add_development_dependency 'bundler'
Expand Down
2 changes: 1 addition & 1 deletion test/helper.rb
Expand Up @@ -26,7 +26,7 @@

# mocha + minitest
require 'minitest/unit'
require 'mocha/mini_test'
require 'mocha/minitest'

require 'vcr'

Expand Down

0 comments on commit 6c73c23

Please sign in to comment.