Skip to content

Commit 040dcf4

Browse files
build(deps): bump geokit-rails from 2.3.2 to 2.5.0
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] <support@github.com>
1 parent 6b743d6 commit 040dcf4

File tree

2 files changed

+36
-31
lines changed

2 files changed

+36
-31
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gem 'bootsnap', '>= 1.12.0', require: false
4242
# gem 'rack-cors'
4343

4444
# Geokit for distance information
45-
gem 'geokit-rails', '~> 2.3'
45+
gem 'geokit-rails', '~> 2.5'
4646

4747
# Net - ref: https://stackoverflow.com/questions/70500220/rails-7-ruby-3-1-loaderror-cannot-load-such-file-net-smtp.
4848
gem 'net-imap', require: false

Gemfile.lock

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ GEM
6666
msgpack (~> 1.2)
6767
builder (3.2.4)
6868
byebug (10.0.2)
69-
concurrent-ruby (1.1.10)
69+
concurrent-ruby (1.2.2)
7070
coveralls (0.8.23)
7171
json (>= 1.8, < 3)
7272
simplecov (~> 0.16.1)
@@ -78,7 +78,7 @@ GEM
7878
diff-lcs (1.5.0)
7979
digest (3.1.0)
8080
docile (1.3.1)
81-
erubi (1.10.0)
81+
erubi (1.12.0)
8282
factory_bot (4.11.1)
8383
activesupport (>= 3.0.0)
8484
factory_bot_rails (4.11.1)
@@ -87,14 +87,14 @@ GEM
8787
faker (2.21.0)
8888
i18n (>= 1.8.11, < 2)
8989
ffi (1.15.5)
90-
geokit (1.13.1)
91-
geokit-rails (2.3.2)
90+
geokit (1.14.0)
91+
geokit-rails (2.5.0)
9292
geokit (~> 1.5)
9393
rails (>= 3.0)
94-
globalid (1.0.0)
95-
activesupport (>= 5.0)
94+
globalid (1.2.1)
95+
activesupport (>= 6.1)
9696
graphql (1.13.15)
97-
i18n (1.12.0)
97+
i18n (1.14.1)
9898
concurrent-ruby (~> 1.0)
9999
jbuilder (2.11.5)
100100
actionview (>= 5.0.0)
@@ -107,16 +107,19 @@ GEM
107107
listen (3.0.8)
108108
rb-fsevent (~> 0.9, >= 0.9.4)
109109
rb-inotify (~> 0.9, >= 0.9.7)
110-
loofah (2.18.0)
110+
loofah (2.21.4)
111111
crass (~> 1.0.2)
112-
nokogiri (>= 1.5.9)
113-
mail (2.7.1)
112+
nokogiri (>= 1.12.0)
113+
mail (2.8.1)
114114
mini_mime (>= 0.1.1)
115+
net-imap
116+
net-pop
117+
net-smtp
115118
marcel (1.0.2)
116119
method_source (1.0.0)
117-
mini_mime (1.1.2)
118-
mini_portile2 (2.8.0)
119-
minitest (5.16.2)
120+
mini_mime (1.1.5)
121+
mini_portile2 (2.8.4)
122+
minitest (5.20.0)
120123
msgpack (1.5.3)
121124
net-imap (0.2.3)
122125
digest
@@ -132,19 +135,19 @@ GEM
132135
digest
133136
net-protocol
134137
timeout
135-
nio4r (2.5.8)
136-
nokogiri (1.13.9)
137-
mini_portile2 (~> 2.8.0)
138+
nio4r (2.5.9)
139+
nokogiri (1.15.4)
140+
mini_portile2 (~> 2.8.2)
138141
racc (~> 1.4)
139142
parallel (1.22.1)
140143
parser (3.1.2.0)
141144
ast (~> 2.4.1)
142145
pg (1.1.4)
143146
puma (5.6.4)
144147
nio4r (~> 2.0)
145-
racc (1.6.0)
146-
rack (2.2.6.2)
147-
rack-test (2.0.2)
148+
racc (1.7.1)
149+
rack (2.2.8)
150+
rack-test (2.1.0)
148151
rack (>= 1.3)
149152
rails (6.1.6.1)
150153
actioncable (= 6.1.6.1)
@@ -161,11 +164,13 @@ GEM
161164
bundler (>= 1.15.0)
162165
railties (= 6.1.6.1)
163166
sprockets-rails (>= 2.0.0)
164-
rails-dom-testing (2.0.3)
165-
activesupport (>= 4.2.0)
167+
rails-dom-testing (2.2.0)
168+
activesupport (>= 5.0.0)
169+
minitest
166170
nokogiri (>= 1.6)
167-
rails-html-sanitizer (1.4.3)
168-
loofah (~> 2.3)
171+
rails-html-sanitizer (1.6.0)
172+
loofah (~> 2.21)
173+
nokogiri (~> 1.14)
169174
railties (6.1.6.1)
170175
actionpack (= 6.1.6.1)
171176
activesupport (= 6.1.6.1)
@@ -229,9 +234,9 @@ GEM
229234
spring-watcher-listen (2.0.1)
230235
listen (>= 2.7, < 4.0)
231236
spring (>= 1.2, < 3.0)
232-
sprockets (4.1.1)
237+
sprockets (4.2.1)
233238
concurrent-ruby (~> 1.0)
234-
rack (> 1, < 3)
239+
rack (>= 2.2.4, < 4)
235240
sprockets-rails (3.4.2)
236241
actionpack (>= 5.2)
237242
activesupport (>= 5.2)
@@ -240,19 +245,19 @@ GEM
240245
sync (0.5.0)
241246
term-ansicolor (1.7.1)
242247
tins (~> 1.0)
243-
thor (1.2.1)
248+
thor (1.2.2)
244249
timecop (0.9.5)
245250
timeout (0.3.0)
246251
tins (1.24.1)
247252
sync
248-
tzinfo (2.0.5)
253+
tzinfo (2.0.6)
249254
concurrent-ruby (~> 1.0)
250255
unicode-display_width (2.2.0)
251-
websocket-driver (0.7.5)
256+
websocket-driver (0.7.6)
252257
websocket-extensions (>= 0.1.0)
253258
websocket-extensions (0.1.5)
254259
yard (0.9.20)
255-
zeitwerk (2.6.0)
260+
zeitwerk (2.6.12)
256261

257262
PLATFORMS
258263
ruby
@@ -266,7 +271,7 @@ DEPENDENCIES
266271
database_cleaner (~> 1.7, >= 1.7.0)
267272
factory_bot_rails (~> 4.11, >= 4.11.1)
268273
faker (~> 2.21, >= 2.21.0)
269-
geokit-rails (~> 2.3)
274+
geokit-rails (~> 2.5)
270275
graphql (~> 1.13, >= 1.13.15)
271276
jbuilder (~> 2.11, >= 2.11.5)
272277
jsonapi-resources (~> 0.10, >= 0.10.7)

0 commit comments

Comments
 (0)