Skip to content

Commit 1d214a6

Browse files
Update faraday requirement from ~> 0.9.0 to >= 0.9, < 0.16
Updates the requirements on [faraday](https://github.com/lostisland/faraday) to permit the latest version. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/master/CHANGELOG.md) - [Commits](lostisland/faraday@v0.9.0...v0.9.2)
1 parent 621e09d commit 1d214a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

passworks.gemspec

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

23-
spec.add_dependency 'faraday', '~> 0.9.0'
23+
spec.add_dependency 'faraday', '>= 0.9', '< 0.16'
2424
spec.add_dependency 'faraday_middleware', '~> 0.9.1'
2525

2626
spec.add_development_dependency "bundler", "~> 2.0"

0 commit comments

Comments
 (0)