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 Dec 14, 2018
1 parent 753c5c6 commit 5f55e64
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 @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
s.add_dependency "rack-contrib", "~> 1.0"
s.add_dependency "rails-observers"
s.add_dependency "rails_autolink", "~> 1.1"
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 "sass", "~> 3.2"
s.add_dependency "sass-rails"
Expand Down

0 comments on commit 5f55e64

Please sign in to comment.