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

Commit

Permalink
Update geocoder requirement from ~> 1.5.1 to >= 1.5.1, < 1.7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [geocoder](https://github.com/alexreisner/geocoder) to permit the latest version.
- [Release notes](https://github.com/alexreisner/geocoder/releases)
- [Changelog](https://github.com/alexreisner/geocoder/blob/master/CHANGELOG.md)
- [Commits](alexreisner/geocoder@v1.5.1...v1.6.3)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2020
1 parent 2fb1362 commit 1023d87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ PATH
remote: .
specs:
geocoder_here_maps (0.2.0)
geocoder (~> 1.5.1)
geocoder (>= 1.5.1, < 1.7.0)

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
geocoder (1.5.1)
geocoder (1.6.3)
rake (10.5.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
Expand Down
2 changes: 1 addition & 1 deletion geocoder_here_maps.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"

spec.add_dependency "geocoder", "~> 1.5.1"
spec.add_dependency "geocoder", ">= 1.5.1", "< 1.7.0"
end

0 comments on commit 1023d87

Please sign in to comment.