Skip to content

Commit aaa2c65

Browse files
authored
Merge pull request #104 from MITLibraries/update-dependencies
Update dependencies
2 parents 5bd62c5 + e3a99c1 commit aaa2c65

File tree

1 file changed

+40
-44
lines changed

1 file changed

+40
-44
lines changed

Gemfile.lock

Lines changed: 40 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,20 @@ GEM
7575
i18n (>= 1.6, < 2)
7676
minitest (>= 5.1)
7777
tzinfo (~> 2.0)
78-
addressable (2.8.5)
78+
addressable (2.8.6)
7979
public_suffix (>= 2.0.2, < 6.0)
8080
annotate (3.2.0)
8181
activerecord (>= 3.2, < 8.0)
8282
rake (>= 10.4, < 14.0)
8383
ast (2.4.2)
84-
base64 (0.1.1)
8584
better_errors (2.10.1)
8685
erubi (>= 1.0.0)
8786
rack (>= 0.9.0)
8887
rouge (>= 1.0.0)
8988
bindex (0.8.1)
9089
binding_of_caller (1.0.0)
9190
debug_inspector (>= 0.0.1)
92-
bootsnap (1.16.0)
91+
bootsnap (1.17.0)
9392
msgpack (~> 1.2)
9493
builder (3.2.4)
9594
capybara (3.39.2)
@@ -107,13 +106,12 @@ GEM
107106
rexml
108107
crass (1.0.6)
109108
date (3.3.4)
110-
debug (1.8.0)
111-
irb (>= 1.5.0)
112-
reline (>= 0.3.1)
113-
debug_inspector (1.1.0)
109+
debug (1.9.0)
110+
irb (~> 1.10)
111+
reline (>= 0.3.8)
112+
debug_inspector (1.2.0)
114113
docile (1.4.0)
115-
domain_name (0.5.20190701)
116-
unf (>= 0.0.5, < 1.0.0)
114+
domain_name (0.6.20231109)
117115
dotenv (2.8.1)
118116
dotenv-rails (2.8.1)
119117
dotenv (= 2.8.1)
@@ -129,7 +127,7 @@ GEM
129127
graphql-client (0.18.0)
130128
activesupport (>= 3.0)
131129
graphql
132-
hashdiff (1.0.1)
130+
hashdiff (1.1.0)
133131
http (5.1.1)
134132
addressable (~> 2.8)
135133
http-cookie (~> 1.0)
@@ -140,17 +138,18 @@ GEM
140138
http-form_data (2.3.0)
141139
i18n (1.14.1)
142140
concurrent-ruby (~> 1.0)
143-
importmap-rails (1.2.1)
141+
importmap-rails (1.2.3)
144142
actionpack (>= 6.0.0)
143+
activesupport (>= 6.0.0)
145144
railties (>= 6.0.0)
146-
io-console (0.6.0)
147-
irb (1.8.1)
145+
io-console (0.7.1)
146+
irb (1.10.1)
148147
rdoc
149148
reline (>= 0.3.8)
150149
jbuilder (2.11.5)
151150
actionview (>= 5.0.0)
152151
activesupport (>= 5.0.0)
153-
json (2.6.3)
152+
json (2.7.1)
154153
language_server-protocol (3.17.0.3)
155154
llhttp-ffi (0.4.0)
156155
ffi-compiler (~> 1.0)
@@ -187,15 +186,15 @@ GEM
187186
racc (~> 1.4)
188187
nokogiri (1.15.5-x86_64-linux)
189188
racc (~> 1.4)
190-
parallel (1.23.0)
191-
parser (3.2.2.3)
189+
parallel (1.24.0)
190+
parser (3.2.2.4)
192191
ast (~> 2.4.1)
193192
racc
194193
pg (1.5.4)
195-
psych (5.1.0)
194+
psych (5.1.2)
196195
stringio
197-
public_suffix (5.0.3)
198-
puma (6.3.1)
196+
public_suffix (5.0.4)
197+
puma (6.4.0)
199198
nio4r (~> 2.0)
200199
racc (1.7.3)
201200
rack (2.2.8)
@@ -231,31 +230,31 @@ GEM
231230
zeitwerk (~> 2.5)
232231
rainbow (3.1.1)
233232
rake (13.1.0)
234-
rdoc (6.5.0)
233+
rdoc (6.6.2)
235234
psych (>= 4.0.0)
236-
regexp_parser (2.8.1)
237-
reline (0.3.8)
235+
regexp_parser (2.8.3)
236+
reline (0.4.1)
238237
io-console (~> 0.5)
239238
rexml (3.2.6)
240-
rouge (4.1.3)
241-
rubocop (1.56.3)
242-
base64 (~> 0.1.1)
239+
rouge (4.2.0)
240+
rubocop (1.59.0)
243241
json (~> 2.3)
244242
language_server-protocol (>= 3.17.0)
245243
parallel (~> 1.10)
246-
parser (>= 3.2.2.3)
244+
parser (>= 3.2.2.4)
247245
rainbow (>= 2.2.2, < 4.0)
248246
regexp_parser (>= 1.8, < 3.0)
249247
rexml (>= 3.2.5, < 4.0)
250-
rubocop-ast (>= 1.28.1, < 2.0)
248+
rubocop-ast (>= 1.30.0, < 2.0)
251249
ruby-progressbar (~> 1.7)
252250
unicode-display_width (>= 2.4.0, < 3.0)
253-
rubocop-ast (1.29.0)
251+
rubocop-ast (1.30.0)
254252
parser (>= 3.2.1.0)
255-
rubocop-rails (2.21.1)
253+
rubocop-rails (2.23.0)
256254
activesupport (>= 4.2.0)
257255
rack (>= 1.1)
258256
rubocop (>= 1.33.0, < 2.0)
257+
rubocop-ast (>= 1.30.0, < 2.0)
259258
ruby-progressbar (1.13.0)
260259
ruby2_keywords (0.0.5)
261260
rubyzip (2.3.2)
@@ -267,14 +266,14 @@ GEM
267266
sprockets (> 3.0)
268267
sprockets-rails
269268
tilt
270-
selenium-webdriver (4.12.0)
269+
selenium-webdriver (4.16.0)
271270
rexml (~> 3.2, >= 3.2.5)
272271
rubyzip (>= 1.2.2, < 3.0)
273272
websocket (~> 1.0)
274-
sentry-rails (5.11.0)
273+
sentry-rails (5.15.2)
275274
railties (>= 5.0)
276-
sentry-ruby (~> 5.11.0)
277-
sentry-ruby (5.11.0)
275+
sentry-ruby (~> 5.15.2)
276+
sentry-ruby (5.15.2)
278277
concurrent-ruby (~> 1.0, >= 1.0.2)
279278
simplecov (0.22.0)
280279
docile (~> 1.1)
@@ -290,25 +289,22 @@ GEM
290289
actionpack (>= 5.2)
291290
activesupport (>= 5.2)
292291
sprockets (>= 3.0.0)
293-
sqlite3 (1.6.6-arm64-darwin)
294-
sqlite3 (1.6.6-x86_64-darwin)
295-
sqlite3 (1.6.6-x86_64-linux)
296-
stimulus-rails (1.2.2)
292+
sqlite3 (1.6.9-arm64-darwin)
293+
sqlite3 (1.6.9-x86_64-darwin)
294+
sqlite3 (1.6.9-x86_64-linux)
295+
stimulus-rails (1.3.0)
297296
railties (>= 6.0.0)
298-
stringio (3.0.8)
297+
stringio (3.1.0)
299298
thor (1.3.0)
300299
tilt (2.3.0)
301300
timeout (0.4.1)
302-
turbo-rails (1.4.0)
301+
turbo-rails (1.5.0)
303302
actionpack (>= 6.0.0)
304303
activejob (>= 6.0.0)
305304
railties (>= 6.0.0)
306305
tzinfo (2.0.6)
307306
concurrent-ruby (~> 1.0)
308-
unf (0.1.4)
309-
unf_ext
310-
unf_ext (0.0.8.2)
311-
unicode-display_width (2.4.2)
307+
unicode-display_width (2.5.0)
312308
vcr (6.2.0)
313309
web-console (4.2.1)
314310
actionview (>= 6.0.0)
@@ -319,7 +315,7 @@ GEM
319315
addressable (>= 2.8.0)
320316
crack (>= 0.3.2)
321317
hashdiff (>= 0.4.0, < 2.0.0)
322-
websocket (1.2.9)
318+
websocket (1.2.10)
323319
websocket-driver (0.7.6)
324320
websocket-extensions (>= 0.1.0)
325321
websocket-extensions (0.1.5)

0 commit comments

Comments
 (0)