Skip to content

Commit

Permalink
Bump geocoder from 1.8.1 to 1.8.2 (#1079)
Browse files Browse the repository at this point in the history
Bumps [geocoder](https://github.com/alexreisner/geocoder) from 1.8.1 to 1.8.2.
- [Changelog](https://github.com/alexreisner/geocoder/blob/master/CHANGELOG.md)
- [Commits](alexreisner/geocoder@v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: geocoder
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
1 parent ebefcb3 commit 00cc051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'bcrypt', '~> 3.1.20'
gem 'cancancan', '~> 1.13', '>= 1.13.1'
gem 'csv', '~> 3.3' # ruby 3.4.0 warning said to add
gem 'drb', '~> 2.2', '>= 2.2.1' # ruby 3.4.0 warning said to add
gem 'geocoder', '~> 1.3', '>= 1.3.7'
gem 'geocoder', '~> 1.8'
gem 'govdelivery-tms', '2.8.4', require: 'govdelivery/tms/mail/delivery_method'
gem 'json', '>= 2.3.0'
gem 'mutex_m', '~> 0.2.0' # ruby 3.4.0 warning said to add
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ GEM
font-awesome-rails (4.7.0.8)
railties (>= 3.2, < 8.0)
formatador (1.1.0)
geocoder (1.8.1)
geocoder (1.8.2)
globalid (1.2.1)
activesupport (>= 6.1)
govdelivery-tms (2.8.4)
Expand Down Expand Up @@ -488,7 +488,7 @@ DEPENDENCIES
faraday_middleware
figaro
font-awesome-rails (= 4.7.0.8)
geocoder (~> 1.3, >= 1.3.7)
geocoder (~> 1.8)
govdelivery-tms (= 2.8.4)
guard-rspec
headless (~> 2.3.1)
Expand Down

0 comments on commit 00cc051

Please sign in to comment.