Skip to content

Commit f0dde11

Browse files
Merge pull request #88 from MITLibraries/dep-updates
Dependency updates
2 parents 9cb5aad + 9144c53 commit f0dde11

File tree

1 file changed

+89
-91
lines changed

1 file changed

+89
-91
lines changed

Gemfile.lock

Lines changed: 89 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.4.1)
5-
actionpack (= 7.0.4.1)
6-
activesupport (= 7.0.4.1)
4+
actioncable (7.0.4.2)
5+
actionpack (= 7.0.4.2)
6+
activesupport (= 7.0.4.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.4.1)
10-
actionpack (= 7.0.4.1)
11-
activejob (= 7.0.4.1)
12-
activerecord (= 7.0.4.1)
13-
activestorage (= 7.0.4.1)
14-
activesupport (= 7.0.4.1)
9+
actionmailbox (7.0.4.2)
10+
actionpack (= 7.0.4.2)
11+
activejob (= 7.0.4.2)
12+
activerecord (= 7.0.4.2)
13+
activestorage (= 7.0.4.2)
14+
activesupport (= 7.0.4.2)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.4.1)
20-
actionpack (= 7.0.4.1)
21-
actionview (= 7.0.4.1)
22-
activejob (= 7.0.4.1)
23-
activesupport (= 7.0.4.1)
19+
actionmailer (7.0.4.2)
20+
actionpack (= 7.0.4.2)
21+
actionview (= 7.0.4.2)
22+
activejob (= 7.0.4.2)
23+
activesupport (= 7.0.4.2)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.4.1)
30-
actionview (= 7.0.4.1)
31-
activesupport (= 7.0.4.1)
29+
actionpack (7.0.4.2)
30+
actionview (= 7.0.4.2)
31+
activesupport (= 7.0.4.2)
3232
rack (~> 2.0, >= 2.2.0)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.4.1)
37-
actionpack (= 7.0.4.1)
38-
activerecord (= 7.0.4.1)
39-
activestorage (= 7.0.4.1)
40-
activesupport (= 7.0.4.1)
36+
actiontext (7.0.4.2)
37+
actionpack (= 7.0.4.2)
38+
activerecord (= 7.0.4.2)
39+
activestorage (= 7.0.4.2)
40+
activesupport (= 7.0.4.2)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.4.1)
44-
activesupport (= 7.0.4.1)
43+
actionview (7.0.4.2)
44+
activesupport (= 7.0.4.2)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.4.1)
50-
activesupport (= 7.0.4.1)
49+
activejob (7.0.4.2)
50+
activesupport (= 7.0.4.2)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.4.1)
53-
activesupport (= 7.0.4.1)
54-
activerecord (7.0.4.1)
55-
activemodel (= 7.0.4.1)
56-
activesupport (= 7.0.4.1)
57-
activestorage (7.0.4.1)
58-
actionpack (= 7.0.4.1)
59-
activejob (= 7.0.4.1)
60-
activerecord (= 7.0.4.1)
61-
activesupport (= 7.0.4.1)
52+
activemodel (7.0.4.2)
53+
activesupport (= 7.0.4.2)
54+
activerecord (7.0.4.2)
55+
activemodel (= 7.0.4.2)
56+
activesupport (= 7.0.4.2)
57+
activestorage (7.0.4.2)
58+
actionpack (= 7.0.4.2)
59+
activejob (= 7.0.4.2)
60+
activerecord (= 7.0.4.2)
61+
activesupport (= 7.0.4.2)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.4.1)
64+
activesupport (7.0.4.2)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -79,7 +79,7 @@ GEM
7979
bindex (0.8.1)
8080
binding_of_caller (1.0.0)
8181
debug_inspector (>= 0.0.1)
82-
bootsnap (1.13.0)
82+
bootsnap (1.16.0)
8383
msgpack (~> 1.2)
8484
builder (3.2.4)
8585
capybara (3.38.0)
@@ -91,16 +91,15 @@ GEM
9191
rack-test (>= 0.6.3)
9292
regexp_parser (>= 1.5, < 3.0)
9393
xpath (~> 3.2)
94-
childprocess (4.1.0)
9594
climate_control (1.2.0)
9695
coderay (1.1.3)
97-
concurrent-ruby (1.1.10)
96+
concurrent-ruby (1.2.0)
9897
crack (0.4.5)
9998
rexml
10099
crass (1.0.6)
101100
date (3.3.3)
102-
debug (1.6.3)
103-
irb (>= 1.3.6)
101+
debug (1.7.1)
102+
irb (>= 1.5.0)
104103
reline (>= 0.3.1)
105104
debug_inspector (1.1.0)
106105
docile (1.4.0)
@@ -115,14 +114,14 @@ GEM
115114
ffi-compiler (1.0.1)
116115
ffi (>= 1.0.0)
117116
rake
118-
globalid (1.0.1)
117+
globalid (1.1.0)
119118
activesupport (>= 5.0)
120-
graphql (2.0.15)
119+
graphql (2.0.16)
121120
graphql-client (0.18.0)
122121
activesupport (>= 3.0)
123122
graphql
124123
hashdiff (1.0.1)
125-
http (5.1.0)
124+
http (5.1.1)
126125
addressable (~> 2.8)
127126
http-cookie (~> 1.0)
128127
http-form_data (~> 2.2)
@@ -135,13 +134,13 @@ GEM
135134
importmap-rails (1.1.5)
136135
actionpack (>= 6.0.0)
137136
railties (>= 6.0.0)
138-
io-console (0.5.11)
139-
irb (1.4.2)
137+
io-console (0.6.0)
138+
irb (1.6.2)
140139
reline (>= 0.3.0)
141140
jbuilder (2.11.5)
142141
actionview (>= 5.0.0)
143142
activesupport (>= 5.0.0)
144-
json (2.6.2)
143+
json (2.6.3)
145144
llhttp-ffi (0.4.0)
146145
ffi-compiler (~> 1.0)
147146
rake (~> 13.0)
@@ -174,66 +173,66 @@ GEM
174173
net-smtp (0.3.3)
175174
net-protocol
176175
nio4r (2.5.8)
177-
nokogiri (1.14.0-x86_64-darwin)
176+
nokogiri (1.14.1-x86_64-darwin)
178177
racc (~> 1.4)
179-
nokogiri (1.14.0-x86_64-linux)
178+
nokogiri (1.14.1-x86_64-linux)
180179
racc (~> 1.4)
181180
parallel (1.22.1)
182-
parser (3.1.2.1)
181+
parser (3.2.0.0)
183182
ast (~> 2.4.1)
184-
pg (1.4.4)
185-
public_suffix (5.0.0)
183+
pg (1.4.5)
184+
public_suffix (5.0.1)
186185
puma (5.6.5)
187186
nio4r (~> 2.0)
188187
racc (1.6.2)
189188
rack (2.2.6.2)
190189
rack-test (2.0.2)
191190
rack (>= 1.3)
192-
rails (7.0.4.1)
193-
actioncable (= 7.0.4.1)
194-
actionmailbox (= 7.0.4.1)
195-
actionmailer (= 7.0.4.1)
196-
actionpack (= 7.0.4.1)
197-
actiontext (= 7.0.4.1)
198-
actionview (= 7.0.4.1)
199-
activejob (= 7.0.4.1)
200-
activemodel (= 7.0.4.1)
201-
activerecord (= 7.0.4.1)
202-
activestorage (= 7.0.4.1)
203-
activesupport (= 7.0.4.1)
191+
rails (7.0.4.2)
192+
actioncable (= 7.0.4.2)
193+
actionmailbox (= 7.0.4.2)
194+
actionmailer (= 7.0.4.2)
195+
actionpack (= 7.0.4.2)
196+
actiontext (= 7.0.4.2)
197+
actionview (= 7.0.4.2)
198+
activejob (= 7.0.4.2)
199+
activemodel (= 7.0.4.2)
200+
activerecord (= 7.0.4.2)
201+
activestorage (= 7.0.4.2)
202+
activesupport (= 7.0.4.2)
204203
bundler (>= 1.15.0)
205-
railties (= 7.0.4.1)
204+
railties (= 7.0.4.2)
206205
rails-dom-testing (2.0.3)
207206
activesupport (>= 4.2.0)
208207
nokogiri (>= 1.6)
209-
rails-html-sanitizer (1.4.4)
208+
rails-html-sanitizer (1.5.0)
210209
loofah (~> 2.19, >= 2.19.1)
211-
railties (7.0.4.1)
212-
actionpack (= 7.0.4.1)
213-
activesupport (= 7.0.4.1)
210+
railties (7.0.4.2)
211+
actionpack (= 7.0.4.2)
212+
activesupport (= 7.0.4.2)
214213
method_source
215214
rake (>= 12.2)
216215
thor (~> 1.0)
217216
zeitwerk (~> 2.5)
218217
rainbow (3.1.1)
219218
rake (13.0.6)
220-
regexp_parser (2.6.0)
221-
reline (0.3.1)
219+
regexp_parser (2.6.2)
220+
reline (0.3.2)
222221
io-console (~> 0.5)
223222
rexml (3.2.5)
224-
rubocop (1.39.0)
223+
rubocop (1.44.1)
225224
json (~> 2.3)
226225
parallel (~> 1.10)
227-
parser (>= 3.1.2.1)
226+
parser (>= 3.2.0.0)
228227
rainbow (>= 2.2.2, < 4.0)
229228
regexp_parser (>= 1.8, < 3.0)
230229
rexml (>= 3.2.5, < 4.0)
231-
rubocop-ast (>= 1.23.0, < 2.0)
230+
rubocop-ast (>= 1.24.1, < 2.0)
232231
ruby-progressbar (~> 1.7)
233-
unicode-display_width (>= 1.4.0, < 3.0)
234-
rubocop-ast (1.23.0)
232+
unicode-display_width (>= 2.4.0, < 3.0)
233+
rubocop-ast (1.24.1)
235234
parser (>= 3.1.1.0)
236-
rubocop-rails (2.17.2)
235+
rubocop-rails (2.17.4)
237236
activesupport (>= 4.2.0)
238237
rack (>= 1.1)
239238
rubocop (>= 1.33.0, < 2.0)
@@ -242,46 +241,45 @@ GEM
242241
rubyzip (2.3.2)
243242
sassc (2.4.0)
244243
ffi (~> 1.9)
245-
selenium-webdriver (4.6.1)
246-
childprocess (>= 0.5, < 5.0)
244+
selenium-webdriver (4.8.0)
247245
rexml (~> 3.2, >= 3.2.5)
248246
rubyzip (>= 1.2.2, < 3.0)
249247
websocket (~> 1.0)
250-
sentry-rails (5.6.0)
248+
sentry-rails (5.7.0)
251249
railties (>= 5.0)
252-
sentry-ruby (~> 5.6.0)
253-
sentry-ruby (5.6.0)
250+
sentry-ruby (~> 5.7.0)
251+
sentry-ruby (5.7.0)
254252
concurrent-ruby (~> 1.0, >= 1.0.2)
255-
simplecov (0.21.2)
253+
simplecov (0.22.0)
256254
docile (~> 1.1)
257255
simplecov-html (~> 0.11)
258256
simplecov_json_formatter (~> 0.1)
259257
simplecov-html (0.12.3)
260258
simplecov-lcov (0.8.0)
261259
simplecov_json_formatter (0.1.4)
262-
sprockets (4.1.1)
260+
sprockets (4.2.0)
263261
concurrent-ruby (~> 1.0)
264-
rack (> 1, < 3)
262+
rack (>= 2.2.4, < 4)
265263
sprockets-rails (3.4.2)
266264
actionpack (>= 5.2)
267265
activesupport (>= 5.2)
268266
sprockets (>= 3.0.0)
269-
sqlite3 (1.5.3-x86_64-darwin)
270-
sqlite3 (1.5.3-x86_64-linux)
271-
stimulus-rails (1.1.1)
267+
sqlite3 (1.6.0-x86_64-darwin)
268+
sqlite3 (1.6.0-x86_64-linux)
269+
stimulus-rails (1.2.1)
272270
railties (>= 6.0.0)
273271
thor (1.2.1)
274272
timeout (0.3.1)
275273
turbo-rails (1.3.2)
276274
actionpack (>= 6.0.0)
277275
activejob (>= 6.0.0)
278276
railties (>= 6.0.0)
279-
tzinfo (2.0.5)
277+
tzinfo (2.0.6)
280278
concurrent-ruby (~> 1.0)
281279
unf (0.1.4)
282280
unf_ext
283281
unf_ext (0.0.8.2)
284-
unicode-display_width (2.3.0)
282+
unicode-display_width (2.4.2)
285283
vcr (6.1.0)
286284
web-console (4.2.0)
287285
actionview (>= 6.0.0)

0 commit comments

Comments
 (0)