Skip to content

Commit 3e87c87

Browse files
Merge pull request #77 from MITLibraries/dep-updates
Dependency updates
2 parents 40dcbc2 + eb8d41c commit 3e87c87

File tree

1 file changed

+96
-95
lines changed

1 file changed

+96
-95
lines changed

Gemfile.lock

Lines changed: 96 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,73 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.3)
5-
actionpack (= 7.0.3)
6-
activesupport (= 7.0.3)
4+
actioncable (7.0.4)
5+
actionpack (= 7.0.4)
6+
activesupport (= 7.0.4)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.3)
10-
actionpack (= 7.0.3)
11-
activejob (= 7.0.3)
12-
activerecord (= 7.0.3)
13-
activestorage (= 7.0.3)
14-
activesupport (= 7.0.3)
9+
actionmailbox (7.0.4)
10+
actionpack (= 7.0.4)
11+
activejob (= 7.0.4)
12+
activerecord (= 7.0.4)
13+
activestorage (= 7.0.4)
14+
activesupport (= 7.0.4)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.3)
20-
actionpack (= 7.0.3)
21-
actionview (= 7.0.3)
22-
activejob (= 7.0.3)
23-
activesupport (= 7.0.3)
19+
actionmailer (7.0.4)
20+
actionpack (= 7.0.4)
21+
actionview (= 7.0.4)
22+
activejob (= 7.0.4)
23+
activesupport (= 7.0.4)
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.3)
30-
actionview (= 7.0.3)
31-
activesupport (= 7.0.3)
29+
actionpack (7.0.4)
30+
actionview (= 7.0.4)
31+
activesupport (= 7.0.4)
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.3)
37-
actionpack (= 7.0.3)
38-
activerecord (= 7.0.3)
39-
activestorage (= 7.0.3)
40-
activesupport (= 7.0.3)
36+
actiontext (7.0.4)
37+
actionpack (= 7.0.4)
38+
activerecord (= 7.0.4)
39+
activestorage (= 7.0.4)
40+
activesupport (= 7.0.4)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.3)
44-
activesupport (= 7.0.3)
43+
actionview (7.0.4)
44+
activesupport (= 7.0.4)
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.3)
50-
activesupport (= 7.0.3)
49+
activejob (7.0.4)
50+
activesupport (= 7.0.4)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.3)
53-
activesupport (= 7.0.3)
54-
activerecord (7.0.3)
55-
activemodel (= 7.0.3)
56-
activesupport (= 7.0.3)
57-
activestorage (7.0.3)
58-
actionpack (= 7.0.3)
59-
activejob (= 7.0.3)
60-
activerecord (= 7.0.3)
61-
activesupport (= 7.0.3)
52+
activemodel (7.0.4)
53+
activesupport (= 7.0.4)
54+
activerecord (7.0.4)
55+
activemodel (= 7.0.4)
56+
activesupport (= 7.0.4)
57+
activestorage (7.0.4)
58+
actionpack (= 7.0.4)
59+
activejob (= 7.0.4)
60+
activerecord (= 7.0.4)
61+
activesupport (= 7.0.4)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.3)
64+
activesupport (7.0.4)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
6868
tzinfo (~> 2.0)
69-
addressable (2.8.0)
70-
public_suffix (>= 2.0.2, < 5.0)
69+
addressable (2.8.1)
70+
public_suffix (>= 2.0.2, < 6.0)
7171
annotate (3.2.0)
7272
activerecord (>= 3.2, < 8.0)
7373
rake (>= 10.4, < 14.0)
@@ -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.12.0)
82+
bootsnap (1.13.0)
8383
msgpack (~> 1.2)
8484
builder (3.2.4)
8585
capybara (3.37.1)
@@ -92,32 +92,32 @@ GEM
9292
regexp_parser (>= 1.5, < 3.0)
9393
xpath (~> 3.2)
9494
childprocess (4.1.0)
95-
climate_control (1.1.1)
95+
climate_control (1.2.0)
9696
coderay (1.1.3)
9797
concurrent-ruby (1.1.10)
9898
crack (0.4.5)
9999
rexml
100100
crass (1.0.6)
101-
debug (1.5.0)
101+
debug (1.6.2)
102102
irb (>= 1.3.6)
103-
reline (>= 0.2.7)
103+
reline (>= 0.3.1)
104104
debug_inspector (1.1.0)
105105
digest (3.1.0)
106106
docile (1.4.0)
107107
domain_name (0.5.20190701)
108108
unf (>= 0.0.5, < 1.0.0)
109-
dotenv (2.7.6)
110-
dotenv-rails (2.7.6)
111-
dotenv (= 2.7.6)
109+
dotenv (2.8.1)
110+
dotenv-rails (2.8.1)
111+
dotenv (= 2.8.1)
112112
railties (>= 3.2)
113-
erubi (1.10.0)
113+
erubi (1.11.0)
114114
ffi (1.15.5)
115115
ffi-compiler (1.0.1)
116116
ffi (>= 1.0.0)
117117
rake
118118
globalid (1.0.0)
119119
activesupport (>= 5.0)
120-
graphql (2.0.11)
120+
graphql (2.0.14)
121121
graphql-client (0.18.0)
122122
activesupport (>= 3.0)
123123
graphql
@@ -130,9 +130,9 @@ GEM
130130
http-cookie (1.0.5)
131131
domain_name (~> 0.5)
132132
http-form_data (2.3.0)
133-
i18n (1.10.0)
133+
i18n (1.12.0)
134134
concurrent-ruby (~> 1.0)
135-
importmap-rails (1.1.2)
135+
importmap-rails (1.1.5)
136136
actionpack (>= 6.0.0)
137137
railties (>= 6.0.0)
138138
io-console (0.5.11)
@@ -145,7 +145,7 @@ GEM
145145
llhttp-ffi (0.4.0)
146146
ffi-compiler (~> 1.0)
147147
rake (~> 13.0)
148-
loofah (2.18.0)
148+
loofah (2.19.0)
149149
crass (~> 1.0.2)
150150
nokogiri (>= 1.5.9)
151151
mail (2.7.1)
@@ -154,12 +154,12 @@ GEM
154154
matrix (0.4.2)
155155
method_source (1.0.0)
156156
mini_mime (1.1.2)
157-
minitest (5.16.1)
157+
minitest (5.16.3)
158158
mitlibraries-theme (0.7.0)
159159
rails (>= 5, < 8)
160160
sassc (~> 2)
161161
mocha (1.14.0)
162-
msgpack (1.5.2)
162+
msgpack (1.5.6)
163163
net-imap (0.2.3)
164164
digest
165165
net-protocol
@@ -175,43 +175,43 @@ GEM
175175
net-protocol
176176
timeout
177177
nio4r (2.5.8)
178-
nokogiri (1.13.6-x86_64-darwin)
178+
nokogiri (1.13.8-x86_64-darwin)
179179
racc (~> 1.4)
180-
nokogiri (1.13.6-x86_64-linux)
180+
nokogiri (1.13.8-x86_64-linux)
181181
racc (~> 1.4)
182182
parallel (1.22.1)
183-
parser (3.1.2.0)
183+
parser (3.1.2.1)
184184
ast (~> 2.4.1)
185-
pg (1.4.1)
186-
public_suffix (4.0.7)
187-
puma (5.6.4)
185+
pg (1.4.3)
186+
public_suffix (5.0.0)
187+
puma (5.6.5)
188188
nio4r (~> 2.0)
189189
racc (1.6.0)
190-
rack (2.2.3.1)
191-
rack-test (1.1.0)
192-
rack (>= 1.0, < 3)
193-
rails (7.0.3)
194-
actioncable (= 7.0.3)
195-
actionmailbox (= 7.0.3)
196-
actionmailer (= 7.0.3)
197-
actionpack (= 7.0.3)
198-
actiontext (= 7.0.3)
199-
actionview (= 7.0.3)
200-
activejob (= 7.0.3)
201-
activemodel (= 7.0.3)
202-
activerecord (= 7.0.3)
203-
activestorage (= 7.0.3)
204-
activesupport (= 7.0.3)
190+
rack (2.2.4)
191+
rack-test (2.0.2)
192+
rack (>= 1.3)
193+
rails (7.0.4)
194+
actioncable (= 7.0.4)
195+
actionmailbox (= 7.0.4)
196+
actionmailer (= 7.0.4)
197+
actionpack (= 7.0.4)
198+
actiontext (= 7.0.4)
199+
actionview (= 7.0.4)
200+
activejob (= 7.0.4)
201+
activemodel (= 7.0.4)
202+
activerecord (= 7.0.4)
203+
activestorage (= 7.0.4)
204+
activesupport (= 7.0.4)
205205
bundler (>= 1.15.0)
206-
railties (= 7.0.3)
206+
railties (= 7.0.4)
207207
rails-dom-testing (2.0.3)
208208
activesupport (>= 4.2.0)
209209
nokogiri (>= 1.6)
210210
rails-html-sanitizer (1.4.3)
211211
loofah (~> 2.3)
212-
railties (7.0.3)
213-
actionpack (= 7.0.3)
214-
activesupport (= 7.0.3)
212+
railties (7.0.4)
213+
actionpack (= 7.0.4)
214+
activesupport (= 7.0.4)
215215
method_source
216216
rake (>= 12.2)
217217
thor (~> 1.0)
@@ -222,35 +222,35 @@ GEM
222222
reline (0.3.1)
223223
io-console (~> 0.5)
224224
rexml (3.2.5)
225-
rubocop (1.31.1)
225+
rubocop (1.36.0)
226226
json (~> 2.3)
227227
parallel (~> 1.10)
228-
parser (>= 3.1.0.0)
228+
parser (>= 3.1.2.1)
229229
rainbow (>= 2.2.2, < 4.0)
230230
regexp_parser (>= 1.8, < 3.0)
231231
rexml (>= 3.2.5, < 4.0)
232-
rubocop-ast (>= 1.18.0, < 2.0)
232+
rubocop-ast (>= 1.20.1, < 2.0)
233233
ruby-progressbar (~> 1.7)
234234
unicode-display_width (>= 1.4.0, < 3.0)
235-
rubocop-ast (1.18.0)
235+
rubocop-ast (1.21.0)
236236
parser (>= 3.1.1.0)
237-
rubocop-rails (2.15.1)
237+
rubocop-rails (2.16.0)
238238
activesupport (>= 4.2.0)
239239
rack (>= 1.1)
240-
rubocop (>= 1.7.0, < 2.0)
240+
rubocop (>= 1.33.0, < 2.0)
241241
ruby-progressbar (1.11.0)
242242
rubyzip (2.3.2)
243243
sassc (2.4.0)
244244
ffi (~> 1.9)
245-
selenium-webdriver (4.3.0)
245+
selenium-webdriver (4.4.0)
246246
childprocess (>= 0.5, < 5.0)
247247
rexml (~> 3.2, >= 3.2.5)
248248
rubyzip (>= 1.2.2, < 3.0)
249249
websocket (~> 1.0)
250-
sentry-rails (5.4.1)
250+
sentry-rails (5.4.2)
251251
railties (>= 5.0)
252-
sentry-ruby (~> 5.4.1)
253-
sentry-ruby (5.4.1)
252+
sentry-ruby (~> 5.4.2)
253+
sentry-ruby (5.4.2)
254254
concurrent-ruby (~> 1.0, >= 1.0.2)
255255
simplecov (0.21.2)
256256
docile (~> 1.1)
@@ -259,29 +259,30 @@ GEM
259259
simplecov-html (0.12.3)
260260
simplecov-lcov (0.8.0)
261261
simplecov_json_formatter (0.1.4)
262-
sprockets (4.0.3)
262+
sprockets (4.1.1)
263263
concurrent-ruby (~> 1.0)
264264
rack (> 1, < 3)
265265
sprockets-rails (3.4.2)
266266
actionpack (>= 5.2)
267267
activesupport (>= 5.2)
268268
sprockets (>= 3.0.0)
269-
sqlite3 (1.4.4)
270-
stimulus-rails (1.0.4)
269+
sqlite3 (1.5.0-x86_64-darwin)
270+
sqlite3 (1.5.0-x86_64-linux)
271+
stimulus-rails (1.1.0)
271272
railties (>= 6.0.0)
272-
strscan (3.0.3)
273+
strscan (3.0.4)
273274
thor (1.2.1)
274275
timeout (0.3.0)
275276
turbo-rails (1.1.1)
276277
actionpack (>= 6.0.0)
277278
activejob (>= 6.0.0)
278279
railties (>= 6.0.0)
279-
tzinfo (2.0.4)
280+
tzinfo (2.0.5)
280281
concurrent-ruby (~> 1.0)
281282
unf (0.1.4)
282283
unf_ext
283284
unf_ext (0.0.8.2)
284-
unicode-display_width (2.2.0)
285+
unicode-display_width (2.3.0)
285286
vcr (6.1.0)
286287
web-console (4.2.0)
287288
actionview (>= 6.0.0)
@@ -292,7 +293,7 @@ GEM
292293
nokogiri (~> 1.6)
293294
rubyzip (>= 1.3.0)
294295
selenium-webdriver (~> 4.0)
295-
webmock (3.14.0)
296+
webmock (3.18.1)
296297
addressable (>= 2.8.0)
297298
crack (>= 0.3.2)
298299
hashdiff (>= 0.4.0, < 2.0.0)

0 commit comments

Comments
 (0)