Skip to content

Commit e7b893c

Browse files
authored
Merge pull request #213 from MITLibraries/renovate/bundler-minor-patch
Update bundler non-major dependencies to v1.18.6
2 parents 5f36789 + aa869f7 commit e7b893c

File tree

1 file changed

+50
-44
lines changed

1 file changed

+50
-44
lines changed

Gemfile.lock

Lines changed: 50 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ GEM
9393
activerecord (>= 3.2, < 8.0)
9494
rake (>= 10.4, < 14.0)
9595
ansi (1.5.0)
96-
ast (2.4.2)
96+
ast (2.4.3)
9797
base64 (0.2.0)
9898
benchmark (0.4.0)
9999
better_errors (2.10.1)
@@ -104,9 +104,9 @@ GEM
104104
bindex (0.8.1)
105105
binding_of_caller (1.0.1)
106106
debug_inspector (>= 1.2.0)
107-
bootsnap (1.18.4)
107+
bootsnap (1.18.6)
108108
msgpack (~> 1.2)
109-
bot_challenge_page (0.3.0)
109+
bot_challenge_page (0.4.0)
110110
http (~> 5.2)
111111
rack-attack (~> 6.7)
112112
rails (>= 7.1, < 8.1)
@@ -120,9 +120,10 @@ GEM
120120
rack-test (>= 0.6.3)
121121
regexp_parser (>= 1.5, < 3.0)
122122
xpath (~> 3.2)
123+
cgi (0.4.2)
123124
climate_control (1.2.0)
124125
concurrent-ruby (1.3.5)
125-
connection_pool (2.5.0)
126+
connection_pool (2.5.3)
126127
crack (1.0.0)
127128
bigdecimal
128129
rexml
@@ -134,25 +135,27 @@ GEM
134135
debug_inspector (1.2.0)
135136
docile (1.4.1)
136137
domain_name (0.6.20240107)
137-
dotenv (3.1.7)
138-
dotenv-rails (3.1.7)
139-
dotenv (= 3.1.7)
138+
dotenv (3.1.8)
139+
dotenv-rails (3.1.8)
140+
dotenv (= 3.1.8)
140141
railties (>= 6.1)
141-
drb (2.2.1)
142+
drb (2.2.3)
143+
erb (2.2.3)
144+
cgi
142145
erubi (1.13.1)
143-
ffi (1.17.1-arm64-darwin)
144-
ffi (1.17.1-x86_64-darwin)
145-
ffi (1.17.1-x86_64-linux-gnu)
146+
ffi (1.17.2-arm64-darwin)
147+
ffi (1.17.2-x86_64-darwin)
148+
ffi (1.17.2-x86_64-linux-gnu)
146149
ffi-compiler (1.3.2)
147150
ffi (>= 1.15.5)
148151
rake
149-
fiber-storage (1.0.0)
152+
fiber-storage (1.0.1)
150153
flipflop (2.8.0)
151154
activesupport (>= 4.0)
152155
terminal-table (>= 1.8)
153156
globalid (1.2.1)
154157
activesupport (>= 6.1)
155-
graphql (2.4.14)
158+
graphql (2.5.7)
156159
base64
157160
fiber-storage
158161
logger
@@ -176,21 +179,21 @@ GEM
176179
activesupport (>= 6.0.0)
177180
railties (>= 6.0.0)
178181
io-console (0.8.0)
179-
irb (1.15.1)
182+
irb (1.15.2)
180183
pp (>= 0.6.0)
181184
rdoc (>= 4.0.0)
182185
reline (>= 0.4.2)
183186
jbuilder (2.13.0)
184187
actionview (>= 5.0.0)
185188
activesupport (>= 5.0.0)
186-
json (2.10.2)
187-
language_server-protocol (3.17.0.4)
189+
json (2.12.2)
190+
language_server-protocol (3.17.0.5)
188191
lint_roller (1.1.0)
189192
llhttp-ffi (0.5.1)
190193
ffi-compiler (~> 1.0)
191194
rake (~> 13.0)
192-
logger (1.6.6)
193-
loofah (2.24.0)
195+
logger (1.7.0)
196+
loofah (2.24.1)
194197
crass (~> 1.0.2)
195198
nokogiri (>= 1.12.0)
196199
mail (2.8.1)
@@ -211,7 +214,7 @@ GEM
211214
ruby2_keywords (>= 0.0.5)
212215
msgpack (1.8.0)
213216
mutex_m (0.3.0)
214-
net-imap (0.5.6)
217+
net-imap (0.5.8)
215218
date
216219
net-protocol
217220
net-pop (0.1.2)
@@ -221,31 +224,32 @@ GEM
221224
net-smtp (0.5.1)
222225
net-protocol
223226
nio4r (2.7.4)
224-
nokogiri (1.18.3-arm64-darwin)
227+
nokogiri (1.18.8-arm64-darwin)
225228
racc (~> 1.4)
226-
nokogiri (1.18.3-x86_64-darwin)
229+
nokogiri (1.18.8-x86_64-darwin)
227230
racc (~> 1.4)
228-
nokogiri (1.18.3-x86_64-linux-gnu)
231+
nokogiri (1.18.8-x86_64-linux-gnu)
229232
racc (~> 1.4)
230-
parallel (1.26.3)
231-
parser (3.3.7.1)
233+
parallel (1.27.0)
234+
parser (3.3.8.0)
232235
ast (~> 2.4.1)
233236
racc
234237
pg (1.5.9)
235238
pp (0.6.2)
236239
prettyprint
237240
prettyprint (0.2.0)
238-
psych (5.2.3)
241+
prism (1.4.0)
242+
psych (5.2.6)
239243
date
240244
stringio
241-
public_suffix (6.0.1)
245+
public_suffix (6.0.2)
242246
puma (6.6.0)
243247
nio4r (~> 2.0)
244248
racc (1.8.1)
245-
rack (3.1.12)
249+
rack (3.1.15)
246250
rack-attack (6.7.0)
247251
rack (>= 1.0, < 4)
248-
rack-session (2.1.0)
252+
rack-session (2.1.1)
249253
base64 (>= 0.1.0)
250254
rack (>= 3.0.0)
251255
rack-test (2.2.0)
@@ -266,7 +270,7 @@ GEM
266270
activesupport (= 7.1.5.1)
267271
bundler (>= 1.15.0)
268272
railties (= 7.1.5.1)
269-
rails-dom-testing (2.2.0)
273+
rails-dom-testing (2.3.0)
270274
activesupport (>= 5.0.0)
271275
minitest
272276
nokogiri (>= 1.6)
@@ -283,36 +287,38 @@ GEM
283287
zeitwerk (~> 2.6)
284288
rainbow (3.1.1)
285289
rake (13.2.1)
286-
rdoc (6.12.0)
290+
rdoc (6.14.0)
291+
erb
287292
psych (>= 4.0.0)
288293
redis (5.4.0)
289294
redis-client (>= 0.22.0)
290295
redis-client (0.24.0)
291296
connection_pool
292297
regexp_parser (2.10.0)
293-
reline (0.6.0)
298+
reline (0.6.1)
294299
io-console (~> 0.5)
295300
rexml (3.4.1)
296301
rouge (4.5.1)
297-
rubocop (1.74.0)
302+
rubocop (1.75.7)
298303
json (~> 2.3)
299304
language_server-protocol (~> 3.17.0.2)
300305
lint_roller (~> 1.1.0)
301306
parallel (~> 1.10)
302307
parser (>= 3.3.0.2)
303308
rainbow (>= 2.2.2, < 4.0)
304309
regexp_parser (>= 2.9.3, < 3.0)
305-
rubocop-ast (>= 1.38.0, < 2.0)
310+
rubocop-ast (>= 1.44.0, < 2.0)
306311
ruby-progressbar (~> 1.7)
307312
unicode-display_width (>= 2.4.0, < 4.0)
308-
rubocop-ast (1.38.1)
309-
parser (>= 3.3.1.0)
310-
rubocop-rails (2.30.3)
313+
rubocop-ast (1.44.1)
314+
parser (>= 3.3.7.2)
315+
prism (~> 1.4)
316+
rubocop-rails (2.32.0)
311317
activesupport (>= 4.2.0)
312318
lint_roller (~> 1.1)
313319
rack (>= 1.1)
314-
rubocop (>= 1.72.1, < 2.0)
315-
rubocop-ast (>= 1.38.0, < 2.0)
320+
rubocop (>= 1.75.0, < 2.0)
321+
rubocop-ast (>= 1.44.0, < 2.0)
316322
ruby-progressbar (1.13.0)
317323
ruby2_keywords (0.0.5)
318324
rubyzip (2.4.1)
@@ -325,16 +331,16 @@ GEM
325331
sprockets-rails
326332
tilt
327333
securerandom (0.4.1)
328-
selenium-webdriver (4.29.1)
334+
selenium-webdriver (4.33.0)
329335
base64 (~> 0.2)
330336
logger (~> 1.4)
331337
rexml (~> 3.2, >= 3.2.5)
332338
rubyzip (>= 1.2.2, < 3.0)
333339
websocket (~> 1.0)
334-
sentry-rails (5.23.0)
340+
sentry-rails (5.24.0)
335341
railties (>= 5.0)
336-
sentry-ruby (~> 5.23.0)
337-
sentry-ruby (5.23.0)
342+
sentry-ruby (~> 5.24.0)
343+
sentry-ruby (5.24.0)
338344
bigdecimal
339345
concurrent-ruby (~> 1.0, >= 1.0.2)
340346
simplecov (0.22.0)
@@ -356,7 +362,7 @@ GEM
356362
sqlite3 (2.6.0-x86_64-linux-gnu)
357363
stimulus-rails (1.3.4)
358364
railties (>= 6.0.0)
359-
stringio (3.1.5)
365+
stringio (3.1.7)
360366
terminal-table (4.0.0)
361367
unicode-display_width (>= 1.1.1, < 4)
362368
thor (1.3.2)
@@ -388,7 +394,7 @@ GEM
388394
websocket-extensions (0.1.5)
389395
xpath (3.2.0)
390396
nokogiri (~> 1.8)
391-
zeitwerk (2.7.2)
397+
zeitwerk (2.7.3)
392398

393399
PLATFORMS
394400
arm64-darwin-22

0 commit comments

Comments
 (0)