Skip to content

Commit 191e02d

Browse files
committed
Looser requirements on Faraday
Looked at the releases and can't find any obvious breaking changes the specs might miss https://github.com/lostisland/faraday/releases Close #70
1 parent 73f0fba commit 191e02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twingly-search-api-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
2020
spec.require_paths = ["lib"]
2121

22-
spec.add_dependency "faraday", ['>= 0.9.2', '< 0.10']
22+
spec.add_dependency "faraday", [">= 0.9.2", "< 1.0"]
2323
spec.add_dependency "nokogiri", "~> 1.0"
2424
spec.add_development_dependency "rspec", "~> 3"
2525
spec.add_development_dependency "rspec-its", "~> 1"

0 commit comments

Comments
 (0)