Skip to content

Commit

Permalink
Update rest-client requirement from ~> 1.8 to >= 1.8, < 3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rest-client](https://github.com/rest-client/rest-client) to permit the latest version.
- [Release notes](https://github.com/rest-client/rest-client/releases)
- [Changelog](https://github.com/rest-client/rest-client/blob/master/history.md)
- [Commits](https://github.com/rest-client/rest-client/commits/v2.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Aug 17, 2018
1 parent 2dca280 commit 7d8a7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pushmi_pullyu.gemspec
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'rdf', '>= 1.99', '< 4.0'
spec.add_runtime_dependency 'rdf-n3', '>= 1.99', '< 4.0'
spec.add_runtime_dependency 'redis', '>= 3.3', '< 5.0'
spec.add_runtime_dependency 'rest-client', '~> 1.8'
spec.add_runtime_dependency 'rest-client', '>= 1.8', '< 3.0'
spec.add_runtime_dependency 'rollbar', '~> 2.14'

spec.add_development_dependency 'bundler', '~> 1.14'
Expand Down

0 comments on commit 7d8a7f1

Please sign in to comment.