Skip to content

Commit 54a6422

Browse files
authored
Merge pull request #730 from MITLibraries/update-dependencies
update deps
2 parents c990772 + 2afc716 commit 54a6422

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed

Gemfile.lock

Lines changed: 58 additions & 58 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.7)
14-
actionpack (= 7.0.7)
15-
activesupport (= 7.0.7)
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.7)
19-
actionpack (= 7.0.7)
20-
activejob (= 7.0.7)
21-
activerecord (= 7.0.7)
22-
activestorage (= 7.0.7)
23-
activesupport (= 7.0.7)
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.7)
29-
actionpack (= 7.0.7)
30-
actionview (= 7.0.7)
31-
activejob (= 7.0.7)
32-
activesupport (= 7.0.7)
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.7)
39-
actionview (= 7.0.7)
40-
activesupport (= 7.0.7)
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.7)
46-
actionpack (= 7.0.7)
47-
activerecord (= 7.0.7)
48-
activestorage (= 7.0.7)
49-
activesupport (= 7.0.7)
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.7)
53-
activesupport (= 7.0.7)
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.7)
59-
activesupport (= 7.0.7)
58+
activejob (7.0.7.2)
59+
activesupport (= 7.0.7.2)
6060
globalid (>= 0.3.6)
61-
activemodel (7.0.7)
62-
activesupport (= 7.0.7)
63-
activerecord (7.0.7)
64-
activemodel (= 7.0.7)
65-
activesupport (= 7.0.7)
66-
activestorage (7.0.7)
67-
actionpack (= 7.0.7)
68-
activejob (= 7.0.7)
69-
activerecord (= 7.0.7)
70-
activesupport (= 7.0.7)
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.7)
73+
activesupport (7.0.7.2)
7474
concurrent-ruby (~> 1.0, >= 1.0.2)
7575
i18n (>= 1.6, < 2)
7676
minitest (>= 5.1)
@@ -82,7 +82,7 @@ GEM
8282
rake (>= 10.4, < 14.0)
8383
ast (2.4.2)
8484
aws-eventstream (1.2.0)
85-
aws-sigv4 (1.5.2)
85+
aws-sigv4 (1.6.0)
8686
aws-eventstream (~> 1, >= 1.0.2)
8787
base64 (0.1.1)
8888
bcrypt (3.1.19)
@@ -125,7 +125,7 @@ GEM
125125
erubi (1.12.0)
126126
eventmachine (1.2.7)
127127
execjs (2.8.1)
128-
faraday (2.7.8)
128+
faraday (2.7.10)
129129
faraday-net_http (>= 2.0, < 3.1)
130130
ruby2_keywords (>= 0.0.4)
131131
faraday-net_http (3.0.2)
@@ -245,30 +245,30 @@ GEM
245245
rack (>= 2.0.0)
246246
rack-test (2.1.0)
247247
rack (>= 1.3)
248-
rails (7.0.7)
249-
actioncable (= 7.0.7)
250-
actionmailbox (= 7.0.7)
251-
actionmailer (= 7.0.7)
252-
actionpack (= 7.0.7)
253-
actiontext (= 7.0.7)
254-
actionview (= 7.0.7)
255-
activejob (= 7.0.7)
256-
activemodel (= 7.0.7)
257-
activerecord (= 7.0.7)
258-
activestorage (= 7.0.7)
259-
activesupport (= 7.0.7)
248+
rails (7.0.7.2)
249+
actioncable (= 7.0.7.2)
250+
actionmailbox (= 7.0.7.2)
251+
actionmailer (= 7.0.7.2)
252+
actionpack (= 7.0.7.2)
253+
actiontext (= 7.0.7.2)
254+
actionview (= 7.0.7.2)
255+
activejob (= 7.0.7.2)
256+
activemodel (= 7.0.7.2)
257+
activerecord (= 7.0.7.2)
258+
activestorage (= 7.0.7.2)
259+
activesupport (= 7.0.7.2)
260260
bundler (>= 1.15.0)
261-
railties (= 7.0.7)
261+
railties (= 7.0.7.2)
262262
rails-dom-testing (2.2.0)
263263
activesupport (>= 5.0.0)
264264
minitest
265265
nokogiri (>= 1.6)
266266
rails-html-sanitizer (1.6.0)
267267
loofah (~> 2.21)
268268
nokogiri (~> 1.14)
269-
railties (7.0.7)
270-
actionpack (= 7.0.7)
271-
activesupport (= 7.0.7)
269+
railties (7.0.7.2)
270+
actionpack (= 7.0.7.2)
271+
activesupport (= 7.0.7.2)
272272
method_source
273273
rake (>= 12.2)
274274
thor (~> 1.0)
@@ -278,9 +278,9 @@ GEM
278278
rb-fsevent (0.11.2)
279279
rb-inotify (0.10.1)
280280
ffi (~> 1.0)
281-
redis (5.0.6)
281+
redis (5.0.7)
282282
redis-client (>= 0.9.0)
283-
redis-client (0.14.1)
283+
redis-client (0.16.0)
284284
connection_pool
285285
regexp_parser (2.8.1)
286286
request_store (1.5.1)
@@ -290,7 +290,7 @@ GEM
290290
railties (>= 5.2)
291291
rexml (3.2.6)
292292
rouge (4.1.2)
293-
rubocop (1.56.0)
293+
rubocop (1.56.1)
294294
base64 (~> 0.1.1)
295295
json (~> 2.3)
296296
language_server-protocol (>= 3.17.0)

0 commit comments

Comments
 (0)