Skip to content

Commit

Permalink
build(deps): bump geokit-rails from 2.3.2 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [geokit-rails](https://github.com/geokit/geokit-rails) from 2.3.2 to 2.5.0.
- [Changelog](https://github.com/geokit/geokit-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/geokit/geokit-rails/commits)

---
updated-dependencies:
- dependency-name: geokit-rails
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent 6b743d6 commit 040dcf4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem 'bootsnap', '>= 1.12.0', require: false
# gem 'rack-cors'

# Geokit for distance information
gem 'geokit-rails', '~> 2.3'
gem 'geokit-rails', '~> 2.5'

# Net - ref: https://stackoverflow.com/questions/70500220/rails-7-ruby-3-1-loaderror-cannot-load-such-file-net-smtp.
gem 'net-imap', require: false
Expand Down
65 changes: 35 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
msgpack (~> 1.2)
builder (3.2.4)
byebug (10.0.2)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
Expand All @@ -78,7 +78,7 @@ GEM
diff-lcs (1.5.0)
digest (3.1.0)
docile (1.3.1)
erubi (1.10.0)
erubi (1.12.0)
factory_bot (4.11.1)
activesupport (>= 3.0.0)
factory_bot_rails (4.11.1)
Expand All @@ -87,14 +87,14 @@ GEM
faker (2.21.0)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
geokit (1.13.1)
geokit-rails (2.3.2)
geokit (1.14.0)
geokit-rails (2.5.0)
geokit (~> 1.5)
rails (>= 3.0)
globalid (1.0.0)
activesupport (>= 5.0)
globalid (1.2.1)
activesupport (>= 6.1)
graphql (1.13.15)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
Expand All @@ -107,16 +107,19 @@ GEM
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.18.0)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.16.2)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.20.0)
msgpack (1.5.3)
net-imap (0.2.3)
digest
Expand All @@ -132,19 +135,19 @@ GEM
digest
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
nio4r (2.5.9)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
pg (1.1.4)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.6.2)
rack-test (2.0.2)
racc (1.7.1)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.6.1)
actioncable (= 6.1.6.1)
Expand All @@ -161,11 +164,13 @@ GEM
bundler (>= 1.15.0)
railties (= 6.1.6.1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (6.1.6.1)
actionpack (= 6.1.6.1)
activesupport (= 6.1.6.1)
Expand Down Expand Up @@ -229,9 +234,9 @@ GEM
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (4.1.1)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
Expand All @@ -240,19 +245,19 @@ GEM
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (1.2.1)
thor (1.2.2)
timecop (0.9.5)
timeout (0.3.0)
tins (1.24.1)
sync
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
websocket-driver (0.7.5)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
yard (0.9.20)
zeitwerk (2.6.0)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand All @@ -266,7 +271,7 @@ DEPENDENCIES
database_cleaner (~> 1.7, >= 1.7.0)
factory_bot_rails (~> 4.11, >= 4.11.1)
faker (~> 2.21, >= 2.21.0)
geokit-rails (~> 2.3)
geokit-rails (~> 2.5)
graphql (~> 1.13, >= 1.13.15)
jbuilder (~> 2.11, >= 2.11.5)
jsonapi-resources (~> 0.10, >= 0.10.7)
Expand Down

0 comments on commit 040dcf4

Please sign in to comment.