Skip to content

Commit a73f834

Browse files
authored
Merge pull request #100 from MITLibraries/update-deps
update deps
2 parents 977725d + 99336d2 commit a73f834

File tree

2 files changed

+73
-77
lines changed

2 files changed

+73
-77
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@ group :test do
4545
gem 'simplecov'
4646
gem 'simplecov-lcov'
4747
gem 'vcr'
48-
gem 'webdrivers'
4948
gem 'webmock'
5049
end

Gemfile.lock

Lines changed: 73 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -10,67 +10,67 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.0.6)
14-
actionpack (= 7.0.6)
15-
activesupport (= 7.0.6)
13+
actioncable (7.0.7.2)
14+
actionpack (= 7.0.7.2)
15+
activesupport (= 7.0.7.2)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (7.0.6)
19-
actionpack (= 7.0.6)
20-
activejob (= 7.0.6)
21-
activerecord (= 7.0.6)
22-
activestorage (= 7.0.6)
23-
activesupport (= 7.0.6)
18+
actionmailbox (7.0.7.2)
19+
actionpack (= 7.0.7.2)
20+
activejob (= 7.0.7.2)
21+
activerecord (= 7.0.7.2)
22+
activestorage (= 7.0.7.2)
23+
activesupport (= 7.0.7.2)
2424
mail (>= 2.7.1)
2525
net-imap
2626
net-pop
2727
net-smtp
28-
actionmailer (7.0.6)
29-
actionpack (= 7.0.6)
30-
actionview (= 7.0.6)
31-
activejob (= 7.0.6)
32-
activesupport (= 7.0.6)
28+
actionmailer (7.0.7.2)
29+
actionpack (= 7.0.7.2)
30+
actionview (= 7.0.7.2)
31+
activejob (= 7.0.7.2)
32+
activesupport (= 7.0.7.2)
3333
mail (~> 2.5, >= 2.5.4)
3434
net-imap
3535
net-pop
3636
net-smtp
3737
rails-dom-testing (~> 2.0)
38-
actionpack (7.0.6)
39-
actionview (= 7.0.6)
40-
activesupport (= 7.0.6)
38+
actionpack (7.0.7.2)
39+
actionview (= 7.0.7.2)
40+
activesupport (= 7.0.7.2)
4141
rack (~> 2.0, >= 2.2.4)
4242
rack-test (>= 0.6.3)
4343
rails-dom-testing (~> 2.0)
4444
rails-html-sanitizer (~> 1.0, >= 1.2.0)
45-
actiontext (7.0.6)
46-
actionpack (= 7.0.6)
47-
activerecord (= 7.0.6)
48-
activestorage (= 7.0.6)
49-
activesupport (= 7.0.6)
45+
actiontext (7.0.7.2)
46+
actionpack (= 7.0.7.2)
47+
activerecord (= 7.0.7.2)
48+
activestorage (= 7.0.7.2)
49+
activesupport (= 7.0.7.2)
5050
globalid (>= 0.6.0)
5151
nokogiri (>= 1.8.5)
52-
actionview (7.0.6)
53-
activesupport (= 7.0.6)
52+
actionview (7.0.7.2)
53+
activesupport (= 7.0.7.2)
5454
builder (~> 3.1)
5555
erubi (~> 1.4)
5656
rails-dom-testing (~> 2.0)
5757
rails-html-sanitizer (~> 1.1, >= 1.2.0)
58-
activejob (7.0.6)
59-
activesupport (= 7.0.6)
58+
activejob (7.0.7.2)
59+
activesupport (= 7.0.7.2)
6060
globalid (>= 0.3.6)
61-
activemodel (7.0.6)
62-
activesupport (= 7.0.6)
63-
activerecord (7.0.6)
64-
activemodel (= 7.0.6)
65-
activesupport (= 7.0.6)
66-
activestorage (7.0.6)
67-
actionpack (= 7.0.6)
68-
activejob (= 7.0.6)
69-
activerecord (= 7.0.6)
70-
activesupport (= 7.0.6)
61+
activemodel (7.0.7.2)
62+
activesupport (= 7.0.7.2)
63+
activerecord (7.0.7.2)
64+
activemodel (= 7.0.7.2)
65+
activesupport (= 7.0.7.2)
66+
activestorage (7.0.7.2)
67+
actionpack (= 7.0.7.2)
68+
activejob (= 7.0.7.2)
69+
activerecord (= 7.0.7.2)
70+
activesupport (= 7.0.7.2)
7171
marcel (~> 1.0)
7272
mini_mime (>= 1.1.0)
73-
activesupport (7.0.6)
73+
activesupport (7.0.7.2)
7474
concurrent-ruby (~> 1.0, >= 1.0.2)
7575
i18n (>= 1.6, < 2)
7676
minitest (>= 5.1)
@@ -81,6 +81,7 @@ GEM
8181
activerecord (>= 3.2, < 8.0)
8282
rake (>= 10.4, < 14.0)
8383
ast (2.4.2)
84+
base64 (0.1.1)
8485
better_errors (2.10.1)
8586
erubi (>= 1.0.0)
8687
rack (>= 0.9.0)
@@ -124,7 +125,7 @@ GEM
124125
rake
125126
globalid (1.1.0)
126127
activesupport (>= 5.0)
127-
graphql (2.0.24)
128+
graphql (2.0.26)
128129
graphql-client (0.18.0)
129130
activesupport (>= 3.0)
130131
graphql
@@ -164,12 +165,12 @@ GEM
164165
marcel (1.0.2)
165166
matrix (0.4.2)
166167
method_source (1.0.0)
167-
mini_mime (1.1.2)
168-
minitest (5.18.1)
169-
mocha (2.0.4)
168+
mini_mime (1.1.5)
169+
minitest (5.19.0)
170+
mocha (2.1.0)
170171
ruby2_keywords (>= 0.0.5)
171172
msgpack (1.7.1)
172-
net-imap (0.3.6)
173+
net-imap (0.3.7)
173174
date
174175
net-protocol
175176
net-pop (0.1.2)
@@ -179,48 +180,48 @@ GEM
179180
net-smtp (0.3.3)
180181
net-protocol
181182
nio4r (2.5.9)
182-
nokogiri (1.15.3-arm64-darwin)
183+
nokogiri (1.15.4-arm64-darwin)
183184
racc (~> 1.4)
184-
nokogiri (1.15.3-x86_64-darwin)
185+
nokogiri (1.15.4-x86_64-darwin)
185186
racc (~> 1.4)
186-
nokogiri (1.15.3-x86_64-linux)
187+
nokogiri (1.15.4-x86_64-linux)
187188
racc (~> 1.4)
188189
parallel (1.23.0)
189190
parser (3.2.2.3)
190191
ast (~> 2.4.1)
191192
racc
192193
pg (1.5.3)
193194
public_suffix (5.0.3)
194-
puma (6.3.0)
195+
puma (6.3.1)
195196
nio4r (~> 2.0)
196197
racc (1.7.1)
197-
rack (2.2.7)
198+
rack (2.2.8)
198199
rack-test (2.1.0)
199200
rack (>= 1.3)
200-
rails (7.0.6)
201-
actioncable (= 7.0.6)
202-
actionmailbox (= 7.0.6)
203-
actionmailer (= 7.0.6)
204-
actionpack (= 7.0.6)
205-
actiontext (= 7.0.6)
206-
actionview (= 7.0.6)
207-
activejob (= 7.0.6)
208-
activemodel (= 7.0.6)
209-
activerecord (= 7.0.6)
210-
activestorage (= 7.0.6)
211-
activesupport (= 7.0.6)
201+
rails (7.0.7.2)
202+
actioncable (= 7.0.7.2)
203+
actionmailbox (= 7.0.7.2)
204+
actionmailer (= 7.0.7.2)
205+
actionpack (= 7.0.7.2)
206+
actiontext (= 7.0.7.2)
207+
actionview (= 7.0.7.2)
208+
activejob (= 7.0.7.2)
209+
activemodel (= 7.0.7.2)
210+
activerecord (= 7.0.7.2)
211+
activestorage (= 7.0.7.2)
212+
activesupport (= 7.0.7.2)
212213
bundler (>= 1.15.0)
213-
railties (= 7.0.6)
214-
rails-dom-testing (2.1.1)
214+
railties (= 7.0.7.2)
215+
rails-dom-testing (2.2.0)
215216
activesupport (>= 5.0.0)
216217
minitest
217218
nokogiri (>= 1.6)
218219
rails-html-sanitizer (1.6.0)
219220
loofah (~> 2.21)
220221
nokogiri (~> 1.14)
221-
railties (7.0.6)
222-
actionpack (= 7.0.6)
223-
activesupport (= 7.0.6)
222+
railties (7.0.7.2)
223+
actionpack (= 7.0.7.2)
224+
activesupport (= 7.0.7.2)
224225
method_source
225226
rake (>= 12.2)
226227
thor (~> 1.0)
@@ -230,17 +231,18 @@ GEM
230231
regexp_parser (2.8.1)
231232
reline (0.3.6)
232233
io-console (~> 0.5)
233-
rexml (3.2.5)
234+
rexml (3.2.6)
234235
rouge (4.1.2)
235-
rubocop (1.54.2)
236+
rubocop (1.56.1)
237+
base64 (~> 0.1.1)
236238
json (~> 2.3)
237239
language_server-protocol (>= 3.17.0)
238240
parallel (~> 1.10)
239241
parser (>= 3.2.2.3)
240242
rainbow (>= 2.2.2, < 4.0)
241243
regexp_parser (>= 1.8, < 3.0)
242244
rexml (>= 3.2.5, < 4.0)
243-
rubocop-ast (>= 1.28.0, < 2.0)
245+
rubocop-ast (>= 1.28.1, < 2.0)
244246
ruby-progressbar (~> 1.7)
245247
unicode-display_width (>= 2.4.0, < 3.0)
246248
rubocop-ast (1.29.0)
@@ -260,7 +262,7 @@ GEM
260262
sprockets (> 3.0)
261263
sprockets-rails
262264
tilt
263-
selenium-webdriver (4.10.0)
265+
selenium-webdriver (4.11.0)
264266
rexml (~> 3.2, >= 3.2.5)
265267
rubyzip (>= 1.2.2, < 3.0)
266268
websocket (~> 1.0)
@@ -286,7 +288,7 @@ GEM
286288
sqlite3 (1.6.3-arm64-darwin)
287289
sqlite3 (1.6.3-x86_64-darwin)
288290
sqlite3 (1.6.3-x86_64-linux)
289-
stimulus-rails (1.2.1)
291+
stimulus-rails (1.2.2)
290292
railties (>= 6.0.0)
291293
thor (1.2.2)
292294
tilt (2.2.0)
@@ -307,21 +309,17 @@ GEM
307309
activemodel (>= 6.0.0)
308310
bindex (>= 0.4.0)
309311
railties (>= 6.0.0)
310-
webdrivers (5.2.0)
311-
nokogiri (~> 1.6)
312-
rubyzip (>= 1.3.0)
313-
selenium-webdriver (~> 4.0)
314312
webmock (3.18.1)
315313
addressable (>= 2.8.0)
316314
crack (>= 0.3.2)
317315
hashdiff (>= 0.4.0, < 2.0.0)
318316
websocket (1.2.9)
319-
websocket-driver (0.7.5)
317+
websocket-driver (0.7.6)
320318
websocket-extensions (>= 0.1.0)
321319
websocket-extensions (0.1.5)
322320
xpath (3.2.0)
323321
nokogiri (~> 1.8)
324-
zeitwerk (2.6.8)
322+
zeitwerk (2.6.11)
325323

326324
PLATFORMS
327325
arm64-darwin-22
@@ -362,7 +360,6 @@ DEPENDENCIES
362360
tzinfo-data
363361
vcr
364362
web-console
365-
webdrivers
366363
webmock
367364

368365
RUBY VERSION

0 commit comments

Comments
 (0)