Skip to content

Commit 9cb5aad

Browse files
authored
Merge pull request #87 from MITLibraries/rails-update
Update rails to 7.0.4.1
2 parents ef203c9 + ac8c82a commit 9cb5aad

File tree

1 file changed

+69
-64
lines changed

1 file changed

+69
-64
lines changed

Gemfile.lock

Lines changed: 69 additions & 64 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)
5-
actionpack (= 7.0.4)
6-
activesupport (= 7.0.4)
4+
actioncable (7.0.4.1)
5+
actionpack (= 7.0.4.1)
6+
activesupport (= 7.0.4.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
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)
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)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
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)
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)
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)
30-
actionview (= 7.0.4)
31-
activesupport (= 7.0.4)
29+
actionpack (7.0.4.1)
30+
actionview (= 7.0.4.1)
31+
activesupport (= 7.0.4.1)
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)
37-
actionpack (= 7.0.4)
38-
activerecord (= 7.0.4)
39-
activestorage (= 7.0.4)
40-
activesupport (= 7.0.4)
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)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.4)
44-
activesupport (= 7.0.4)
43+
actionview (7.0.4.1)
44+
activesupport (= 7.0.4.1)
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)
50-
activesupport (= 7.0.4)
49+
activejob (7.0.4.1)
50+
activesupport (= 7.0.4.1)
5151
globalid (>= 0.3.6)
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)
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)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.4)
64+
activesupport (7.0.4.1)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -98,6 +98,7 @@ GEM
9898
crack (0.4.5)
9999
rexml
100100
crass (1.0.6)
101+
date (3.3.3)
101102
debug (1.6.3)
102103
irb (>= 1.3.6)
103104
reline (>= 0.3.1)
@@ -109,12 +110,12 @@ GEM
109110
dotenv-rails (2.8.1)
110111
dotenv (= 2.8.1)
111112
railties (>= 3.2)
112-
erubi (1.11.0)
113+
erubi (1.12.0)
113114
ffi (1.15.5)
114115
ffi-compiler (1.0.1)
115116
ffi (>= 1.0.0)
116117
rake
117-
globalid (1.0.0)
118+
globalid (1.0.1)
118119
activesupport (>= 5.0)
119120
graphql (2.0.15)
120121
graphql-client (0.18.0)
@@ -147,31 +148,35 @@ GEM
147148
loofah (2.19.1)
148149
crass (~> 1.0.2)
149150
nokogiri (>= 1.5.9)
150-
mail (2.7.1)
151+
mail (2.8.0.1)
151152
mini_mime (>= 0.1.1)
153+
net-imap
154+
net-pop
155+
net-smtp
152156
marcel (1.0.2)
153157
matrix (0.4.2)
154158
method_source (1.0.0)
155159
mini_mime (1.1.2)
156-
minitest (5.16.3)
160+
minitest (5.17.0)
157161
mitlibraries-theme (0.7.0)
158162
rails (>= 5, < 8)
159163
sassc (~> 2)
160164
mocha (2.0.2)
161165
ruby2_keywords (>= 0.0.5)
162166
msgpack (1.6.0)
163-
net-imap (0.3.1)
167+
net-imap (0.3.4)
168+
date
164169
net-protocol
165170
net-pop (0.1.2)
166171
net-protocol
167-
net-protocol (0.1.3)
172+
net-protocol (0.2.1)
168173
timeout
169174
net-smtp (0.3.3)
170175
net-protocol
171176
nio4r (2.5.8)
172-
nokogiri (1.13.10-x86_64-darwin)
177+
nokogiri (1.14.0-x86_64-darwin)
173178
racc (~> 1.4)
174-
nokogiri (1.13.10-x86_64-linux)
179+
nokogiri (1.14.0-x86_64-linux)
175180
racc (~> 1.4)
176181
parallel (1.22.1)
177182
parser (3.1.2.1)
@@ -180,32 +185,32 @@ GEM
180185
public_suffix (5.0.0)
181186
puma (5.6.5)
182187
nio4r (~> 2.0)
183-
racc (1.6.1)
184-
rack (2.2.4)
188+
racc (1.6.2)
189+
rack (2.2.6.2)
185190
rack-test (2.0.2)
186191
rack (>= 1.3)
187-
rails (7.0.4)
188-
actioncable (= 7.0.4)
189-
actionmailbox (= 7.0.4)
190-
actionmailer (= 7.0.4)
191-
actionpack (= 7.0.4)
192-
actiontext (= 7.0.4)
193-
actionview (= 7.0.4)
194-
activejob (= 7.0.4)
195-
activemodel (= 7.0.4)
196-
activerecord (= 7.0.4)
197-
activestorage (= 7.0.4)
198-
activesupport (= 7.0.4)
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)
199204
bundler (>= 1.15.0)
200-
railties (= 7.0.4)
205+
railties (= 7.0.4.1)
201206
rails-dom-testing (2.0.3)
202207
activesupport (>= 4.2.0)
203208
nokogiri (>= 1.6)
204209
rails-html-sanitizer (1.4.4)
205210
loofah (~> 2.19, >= 2.19.1)
206-
railties (7.0.4)
207-
actionpack (= 7.0.4)
208-
activesupport (= 7.0.4)
211+
railties (7.0.4.1)
212+
actionpack (= 7.0.4.1)
213+
activesupport (= 7.0.4.1)
209214
method_source
210215
rake (>= 12.2)
211216
thor (~> 1.0)
@@ -266,7 +271,7 @@ GEM
266271
stimulus-rails (1.1.1)
267272
railties (>= 6.0.0)
268273
thor (1.2.1)
269-
timeout (0.3.0)
274+
timeout (0.3.1)
270275
turbo-rails (1.3.2)
271276
actionpack (>= 6.0.0)
272277
activejob (>= 6.0.0)

0 commit comments

Comments
 (0)