Skip to content

Commit

Permalink
Use a softer Faraday lock
Browse files Browse the repository at this point in the history
No reason to force apps to upgrade Faraday.
  • Loading branch information
tpendragon committed Jan 9, 2020
1 parent 3e3b544 commit e11cc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valkyrie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'json'
spec.add_dependency 'rdf-vocab'
spec.add_dependency 'disposable', '~> 0.4.5'
spec.add_dependency 'faraday', '~> 0.17'
spec.add_dependency 'faraday', '< 1.0'

spec.add_development_dependency "bundler", "> 1.16.0", "< 3"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit e11cc4d

Please sign in to comment.