Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
Update faraday requirement from ~> 0.9.0 to >= 0.9, < 0.18
Browse files Browse the repository at this point in the history
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.17.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Oct 28, 2019
1 parent 139c32c commit ebe67ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemy-api-rb.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 2.2.9'

gem.add_dependency 'faraday', '~> 0.9.0'
gem.add_dependency 'faraday', '>= 0.9', '< 0.18'
gem.add_dependency 'excon', '~> 0.28'

gem.add_development_dependency 'minitest', '~> 5.4.0'
Expand Down

0 comments on commit ebe67ec

Please sign in to comment.