Skip to content

Commit

Permalink
Update geokit requirement from ~> 1.9.0 to >= 1.9, < 1.14
Browse files Browse the repository at this point in the history
Updates the requirements on [geokit](https://github.com/geokit/geokit) to permit the latest version.
- [Release notes](https://github.com/geokit/geokit/releases)
- [Changelog](https://github.com/geokit/geokit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/geokit/geokit/commits/v1.13.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Dec 17, 2018
1 parent 9c95261 commit 37f755f
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 @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_dependency "bluecloth", "~> 2.2"
s.add_dependency "font-awesome-rails", "~> 4.3"
s.add_dependency "formtastic", "~> 3.1"
s.add_dependency "geokit", "~> 1.9.0"
s.add_dependency "geokit", ">= 1.9", "< 1.14"
s.add_dependency "htmlentities", "~> 4.3"
s.add_dependency "jquery-rails"
s.add_dependency "jquery-ui-rails", "~> 5.0"
Expand Down

0 comments on commit 37f755f

Please sign in to comment.