Skip to content

Commit

Permalink
Keep Faraday, Faraday Middleware < 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Apr 27, 2020
1 parent 323e931 commit f2527e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parse-ruby-client.gemspec
Expand Up @@ -19,8 +19,8 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.1'

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

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'byebug' if RUBY_ENGINE == 'ruby'
Expand Down

0 comments on commit f2527e4

Please sign in to comment.