Skip to content

Commit

Permalink
Merge pull request #12 from Warshavski/fix/faraday-version
Browse files Browse the repository at this point in the history
Fix faraday version lock
  • Loading branch information
Warshavski committed May 14, 2020
2 parents 8347ff2 + 2ce93a3 commit 2c0e6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubycent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'faraday', '~> 0.16.1'
spec.add_dependency 'faraday', '>= 0.17.3'
spec.add_dependency 'jwt', '~> 2.2.1'
spec.add_dependency 'multi_json', '~> 1.13.1'

Expand Down

0 comments on commit 2c0e6dd

Please sign in to comment.