Skip to content

Commit 977725d

Browse files
Merge pull request #98 from MITLibraries/dep-updates
Dependency updates
2 parents 720b317 + 252f9f5 commit 977725d

File tree

1 file changed

+67
-66
lines changed

1 file changed

+67
-66
lines changed

Gemfile.lock

Lines changed: 67 additions & 66 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.5.1)
14-
actionpack (= 7.0.5.1)
15-
activesupport (= 7.0.5.1)
13+
actioncable (7.0.6)
14+
actionpack (= 7.0.6)
15+
activesupport (= 7.0.6)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (7.0.5.1)
19-
actionpack (= 7.0.5.1)
20-
activejob (= 7.0.5.1)
21-
activerecord (= 7.0.5.1)
22-
activestorage (= 7.0.5.1)
23-
activesupport (= 7.0.5.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)
2424
mail (>= 2.7.1)
2525
net-imap
2626
net-pop
2727
net-smtp
28-
actionmailer (7.0.5.1)
29-
actionpack (= 7.0.5.1)
30-
actionview (= 7.0.5.1)
31-
activejob (= 7.0.5.1)
32-
activesupport (= 7.0.5.1)
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)
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.5.1)
39-
actionview (= 7.0.5.1)
40-
activesupport (= 7.0.5.1)
38+
actionpack (7.0.6)
39+
actionview (= 7.0.6)
40+
activesupport (= 7.0.6)
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.5.1)
46-
actionpack (= 7.0.5.1)
47-
activerecord (= 7.0.5.1)
48-
activestorage (= 7.0.5.1)
49-
activesupport (= 7.0.5.1)
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)
5050
globalid (>= 0.6.0)
5151
nokogiri (>= 1.8.5)
52-
actionview (7.0.5.1)
53-
activesupport (= 7.0.5.1)
52+
actionview (7.0.6)
53+
activesupport (= 7.0.6)
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.5.1)
59-
activesupport (= 7.0.5.1)
58+
activejob (7.0.6)
59+
activesupport (= 7.0.6)
6060
globalid (>= 0.3.6)
61-
activemodel (7.0.5.1)
62-
activesupport (= 7.0.5.1)
63-
activerecord (7.0.5.1)
64-
activemodel (= 7.0.5.1)
65-
activesupport (= 7.0.5.1)
66-
activestorage (7.0.5.1)
67-
actionpack (= 7.0.5.1)
68-
activejob (= 7.0.5.1)
69-
activerecord (= 7.0.5.1)
70-
activesupport (= 7.0.5.1)
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)
7171
marcel (~> 1.0)
7272
mini_mime (>= 1.1.0)
73-
activesupport (7.0.5.1)
73+
activesupport (7.0.6)
7474
concurrent-ruby (~> 1.0, >= 1.0.2)
7575
i18n (>= 1.6, < 2)
7676
minitest (>= 5.1)
@@ -143,8 +143,8 @@ GEM
143143
actionpack (>= 6.0.0)
144144
railties (>= 6.0.0)
145145
io-console (0.6.0)
146-
irb (1.7.0)
147-
reline (>= 0.3.0)
146+
irb (1.7.3)
147+
reline (>= 0.3.6)
148148
jbuilder (2.11.5)
149149
actionview (>= 5.0.0)
150150
activesupport (>= 5.0.0)
@@ -179,59 +179,60 @@ GEM
179179
net-smtp (0.3.3)
180180
net-protocol
181181
nio4r (2.5.9)
182-
nokogiri (1.15.2-arm64-darwin)
182+
nokogiri (1.15.3-arm64-darwin)
183183
racc (~> 1.4)
184-
nokogiri (1.15.2-x86_64-darwin)
184+
nokogiri (1.15.3-x86_64-darwin)
185185
racc (~> 1.4)
186-
nokogiri (1.15.2-x86_64-linux)
186+
nokogiri (1.15.3-x86_64-linux)
187187
racc (~> 1.4)
188188
parallel (1.23.0)
189189
parser (3.2.2.3)
190190
ast (~> 2.4.1)
191191
racc
192192
pg (1.5.3)
193-
public_suffix (5.0.1)
193+
public_suffix (5.0.3)
194194
puma (6.3.0)
195195
nio4r (~> 2.0)
196196
racc (1.7.1)
197197
rack (2.2.7)
198198
rack-test (2.1.0)
199199
rack (>= 1.3)
200-
rails (7.0.5.1)
201-
actioncable (= 7.0.5.1)
202-
actionmailbox (= 7.0.5.1)
203-
actionmailer (= 7.0.5.1)
204-
actionpack (= 7.0.5.1)
205-
actiontext (= 7.0.5.1)
206-
actionview (= 7.0.5.1)
207-
activejob (= 7.0.5.1)
208-
activemodel (= 7.0.5.1)
209-
activerecord (= 7.0.5.1)
210-
activestorage (= 7.0.5.1)
211-
activesupport (= 7.0.5.1)
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)
212212
bundler (>= 1.15.0)
213-
railties (= 7.0.5.1)
214-
rails-dom-testing (2.0.3)
215-
activesupport (>= 4.2.0)
213+
railties (= 7.0.6)
214+
rails-dom-testing (2.1.1)
215+
activesupport (>= 5.0.0)
216+
minitest
216217
nokogiri (>= 1.6)
217218
rails-html-sanitizer (1.6.0)
218219
loofah (~> 2.21)
219220
nokogiri (~> 1.14)
220-
railties (7.0.5.1)
221-
actionpack (= 7.0.5.1)
222-
activesupport (= 7.0.5.1)
221+
railties (7.0.6)
222+
actionpack (= 7.0.6)
223+
activesupport (= 7.0.6)
223224
method_source
224225
rake (>= 12.2)
225226
thor (~> 1.0)
226227
zeitwerk (~> 2.5)
227228
rainbow (3.1.1)
228229
rake (13.0.6)
229230
regexp_parser (2.8.1)
230-
reline (0.3.5)
231+
reline (0.3.6)
231232
io-console (~> 0.5)
232233
rexml (3.2.5)
233234
rouge (4.1.2)
234-
rubocop (1.53.1)
235+
rubocop (1.54.2)
235236
json (~> 2.3)
236237
language_server-protocol (>= 3.17.0)
237238
parallel (~> 1.10)
@@ -263,10 +264,10 @@ GEM
263264
rexml (~> 3.2, >= 3.2.5)
264265
rubyzip (>= 1.2.2, < 3.0)
265266
websocket (~> 1.0)
266-
sentry-rails (5.9.0)
267+
sentry-rails (5.10.0)
267268
railties (>= 5.0)
268-
sentry-ruby (~> 5.9.0)
269-
sentry-ruby (5.9.0)
269+
sentry-ruby (~> 5.10.0)
270+
sentry-ruby (5.10.0)
270271
concurrent-ruby (~> 1.0, >= 1.0.2)
271272
simplecov (0.22.0)
272273
docile (~> 1.1)

0 commit comments

Comments
 (0)