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/v1.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Apr 30, 2019
1 parent cb821d7 commit bb02877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calagator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |s|
s.add_dependency 'rails-observers'
s.add_dependency 'rails_autolink', '~> 1.1'
s.add_dependency 'recaptcha', '~> 3.3.0'
s.add_dependency 'rest-client', '~> 1.8'
s.add_dependency 'rest-client', '>= 1.8', '< 3.0'
s.add_dependency 'ri_cal', '~> 0.8.8'
s.add_dependency 'sassc-rails', '~> 1.3'
s.add_dependency 'sunspot_rails', '~> 2.1'
Expand Down

0 comments on commit bb02877

Please sign in to comment.