Skip to content

Commit 3be497e

Browse files
authored
Merge pull request #1456 from MITLibraries/renovate/bundler-minor-patch
Update bundler non-major dependencies to v3.1.8
2 parents 53ffa14 + c411398 commit 3be497e

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

Gemfile.lock

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GEM
100100
annotate (3.2.0)
101101
activerecord (>= 3.2, < 8.0)
102102
rake (>= 10.4, < 14.0)
103-
ast (2.4.2)
103+
ast (2.4.3)
104104
barnes (0.0.9)
105105
multi_json (~> 1)
106106
statsd-ruby (~> 1.1)
@@ -119,7 +119,7 @@ GEM
119119
builder (3.3.0)
120120
climate_control (1.2.0)
121121
concurrent-ruby (1.3.5)
122-
connection_pool (2.5.0)
122+
connection_pool (2.5.3)
123123
crack (1.0.0)
124124
bigdecimal
125125
rexml
@@ -133,9 +133,9 @@ GEM
133133
declarative (0.0.20)
134134
docile (1.4.1)
135135
domain_name (0.6.20240107)
136-
dotenv (3.1.7)
137-
dotenv-rails (3.1.7)
138-
dotenv (= 3.1.7)
136+
dotenv (3.1.8)
137+
dotenv-rails (3.1.8)
138+
dotenv (= 3.1.8)
139139
railties (>= 6.1)
140140
drb (2.2.1)
141141
erubi (1.13.1)
@@ -200,7 +200,7 @@ GEM
200200
concurrent-ruby (~> 1.0)
201201
io-console (0.8.0)
202202
ipaddr_range_set (1.0.0)
203-
irb (1.15.1)
203+
irb (1.15.2)
204204
pp (>= 0.6.0)
205205
rdoc (>= 4.0.0)
206206
reline (>= 0.4.2)
@@ -209,7 +209,7 @@ GEM
209209
railties (>= 4.2.0)
210210
thor (>= 0.14, < 2.0)
211211
jquery-validation-rails (1.19.0)
212-
json (2.10.2)
212+
json (2.11.3)
213213
jwt (2.10.1)
214214
base64
215215
language_server-protocol (3.17.0.4)
@@ -220,7 +220,7 @@ GEM
220220
llhttp-ffi (0.5.1)
221221
ffi-compiler (~> 1.0)
222222
rake (~> 13.0)
223-
logger (1.6.6)
223+
logger (1.7.0)
224224
lograge (0.14.0)
225225
actionpack (>= 4)
226226
activesupport (>= 4)
@@ -262,25 +262,26 @@ GEM
262262
mini_portile2 (~> 2.8.2)
263263
racc (~> 1.4)
264264
os (1.1.4)
265-
parallel (1.26.3)
266-
parser (3.3.7.1)
265+
parallel (1.27.0)
266+
parser (3.3.8.0)
267267
ast (~> 2.4.1)
268268
racc
269269
pg (1.5.9)
270270
pp (0.6.2)
271271
prettyprint
272272
prettyprint (0.2.0)
273-
psych (5.2.3)
273+
prism (1.4.0)
274+
psych (5.2.4)
274275
date
275276
stringio
276277
public_suffix (6.0.1)
277278
puma (6.6.0)
278279
nio4r (~> 2.0)
279280
racc (1.8.1)
280-
rack (3.1.12)
281+
rack (3.1.14)
281282
rack-attack (6.7.0)
282283
rack (>= 1.0, < 4)
283-
rack-session (2.1.0)
284+
rack-session (2.1.1)
284285
base64 (>= 0.1.0)
285286
rack (>= 3.0.0)
286287
rack-test (2.2.0)
@@ -321,10 +322,10 @@ GEM
321322
rb-fsevent (0.11.2)
322323
rb-inotify (0.11.1)
323324
ffi (~> 1.0)
324-
rdoc (6.12.0)
325+
rdoc (6.13.1)
325326
psych (>= 4.0.0)
326327
regexp_parser (2.10.0)
327-
reline (0.6.0)
328+
reline (0.6.1)
328329
io-console (~> 0.5)
329330
representable (3.2.0)
330331
declarative (< 0.1.0)
@@ -335,24 +336,25 @@ GEM
335336
retriable (3.1.2)
336337
rexml (3.4.1)
337338
rouge (4.5.1)
338-
rubocop (1.74.0)
339+
rubocop (1.75.5)
339340
json (~> 2.3)
340341
language_server-protocol (~> 3.17.0.2)
341342
lint_roller (~> 1.1.0)
342343
parallel (~> 1.10)
343344
parser (>= 3.3.0.2)
344345
rainbow (>= 2.2.2, < 4.0)
345346
regexp_parser (>= 2.9.3, < 3.0)
346-
rubocop-ast (>= 1.38.0, < 2.0)
347+
rubocop-ast (>= 1.44.0, < 2.0)
347348
ruby-progressbar (~> 1.7)
348349
unicode-display_width (>= 2.4.0, < 4.0)
349-
rubocop-ast (1.38.1)
350-
parser (>= 3.3.1.0)
351-
rubocop-rails (2.30.3)
350+
rubocop-ast (1.44.1)
351+
parser (>= 3.3.7.2)
352+
prism (~> 1.4)
353+
rubocop-rails (2.31.0)
352354
activesupport (>= 4.2.0)
353355
lint_roller (~> 1.1)
354356
rack (>= 1.1)
355-
rubocop (>= 1.72.1, < 2.0)
357+
rubocop (>= 1.75.0, < 2.0)
356358
rubocop-ast (>= 1.38.0, < 2.0)
357359
ruby-progressbar (1.13.0)
358360
ruby2_keywords (0.0.5)
@@ -398,7 +400,7 @@ GEM
398400
mini_portile2 (~> 2.8.0)
399401
statsd-ruby (1.5.0)
400402
stringex (2.8.6)
401-
stringio (3.1.5)
403+
stringio (3.1.7)
402404
terser (1.2.5)
403405
execjs (>= 0.3.0, < 3)
404406
thor (1.3.2)

0 commit comments

Comments
 (0)