Skip to content

Commit 779284c

Browse files
committed
Update to latest Rails
1 parent f1761f2 commit 779284c

File tree

1 file changed

+83
-85
lines changed

1 file changed

+83
-85
lines changed

Gemfile.lock

Lines changed: 83 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -10,100 +10,97 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.1.3.3)
14-
actionpack (= 7.1.3.3)
15-
activesupport (= 7.1.3.3)
13+
actioncable (7.2.1)
14+
actionpack (= 7.2.1)
15+
activesupport (= 7.2.1)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
1818
zeitwerk (~> 2.6)
19-
actionmailbox (7.1.3.3)
20-
actionpack (= 7.1.3.3)
21-
activejob (= 7.1.3.3)
22-
activerecord (= 7.1.3.3)
23-
activestorage (= 7.1.3.3)
24-
activesupport (= 7.1.3.3)
25-
mail (>= 2.7.1)
26-
net-imap
27-
net-pop
28-
net-smtp
29-
actionmailer (7.1.3.3)
30-
actionpack (= 7.1.3.3)
31-
actionview (= 7.1.3.3)
32-
activejob (= 7.1.3.3)
33-
activesupport (= 7.1.3.3)
34-
mail (~> 2.5, >= 2.5.4)
35-
net-imap
36-
net-pop
37-
net-smtp
19+
actionmailbox (7.2.1)
20+
actionpack (= 7.2.1)
21+
activejob (= 7.2.1)
22+
activerecord (= 7.2.1)
23+
activestorage (= 7.2.1)
24+
activesupport (= 7.2.1)
25+
mail (>= 2.8.0)
26+
actionmailer (7.2.1)
27+
actionpack (= 7.2.1)
28+
actionview (= 7.2.1)
29+
activejob (= 7.2.1)
30+
activesupport (= 7.2.1)
31+
mail (>= 2.8.0)
3832
rails-dom-testing (~> 2.2)
39-
actionpack (7.1.3.3)
40-
actionview (= 7.1.3.3)
41-
activesupport (= 7.1.3.3)
33+
actionpack (7.2.1)
34+
actionview (= 7.2.1)
35+
activesupport (= 7.2.1)
4236
nokogiri (>= 1.8.5)
4337
racc
44-
rack (>= 2.2.4)
38+
rack (>= 2.2.4, < 3.2)
4539
rack-session (>= 1.0.1)
4640
rack-test (>= 0.6.3)
4741
rails-dom-testing (~> 2.2)
4842
rails-html-sanitizer (~> 1.6)
49-
actiontext (7.1.3.3)
50-
actionpack (= 7.1.3.3)
51-
activerecord (= 7.1.3.3)
52-
activestorage (= 7.1.3.3)
53-
activesupport (= 7.1.3.3)
43+
useragent (~> 0.16)
44+
actiontext (7.2.1)
45+
actionpack (= 7.2.1)
46+
activerecord (= 7.2.1)
47+
activestorage (= 7.2.1)
48+
activesupport (= 7.2.1)
5449
globalid (>= 0.6.0)
5550
nokogiri (>= 1.8.5)
56-
actionview (7.1.3.3)
57-
activesupport (= 7.1.3.3)
51+
actionview (7.2.1)
52+
activesupport (= 7.2.1)
5853
builder (~> 3.1)
5954
erubi (~> 1.11)
6055
rails-dom-testing (~> 2.2)
6156
rails-html-sanitizer (~> 1.6)
62-
activejob (7.1.3.3)
63-
activesupport (= 7.1.3.3)
57+
activejob (7.2.1)
58+
activesupport (= 7.2.1)
6459
globalid (>= 0.3.6)
65-
activemodel (7.1.3.3)
66-
activesupport (= 7.1.3.3)
67-
activerecord (7.1.3.3)
68-
activemodel (= 7.1.3.3)
69-
activesupport (= 7.1.3.3)
60+
activemodel (7.2.1)
61+
activesupport (= 7.2.1)
62+
activerecord (7.2.1)
63+
activemodel (= 7.2.1)
64+
activesupport (= 7.2.1)
7065
timeout (>= 0.4.0)
71-
activestorage (7.1.3.3)
72-
actionpack (= 7.1.3.3)
73-
activejob (= 7.1.3.3)
74-
activerecord (= 7.1.3.3)
75-
activesupport (= 7.1.3.3)
66+
activestorage (7.2.1)
67+
actionpack (= 7.2.1)
68+
activejob (= 7.2.1)
69+
activerecord (= 7.2.1)
70+
activesupport (= 7.2.1)
7671
marcel (~> 1.0)
77-
activesupport (7.1.3.3)
72+
activesupport (7.2.1)
7873
base64
7974
bigdecimal
80-
concurrent-ruby (~> 1.0, >= 1.0.2)
75+
concurrent-ruby (~> 1.0, >= 1.3.1)
8176
connection_pool (>= 2.2.5)
8277
drb
8378
i18n (>= 1.6, < 2)
79+
logger (>= 1.4.2)
8480
minitest (>= 5.1)
85-
mutex_m
86-
tzinfo (~> 2.0)
81+
securerandom (>= 0.3)
82+
tzinfo (~> 2.0, >= 2.0.5)
8783
base64 (0.2.0)
8884
bigdecimal (3.1.8)
89-
builder (3.2.4)
90-
concurrent-ruby (1.2.3)
85+
builder (3.3.0)
86+
concurrent-ruby (1.3.4)
9187
connection_pool (2.4.1)
9288
crass (1.0.6)
9389
date (3.3.4)
9490
debug (1.9.2)
9591
irb (~> 1.10)
9692
reline (>= 0.3.8)
9793
drb (2.2.1)
98-
erubi (1.12.0)
94+
erubi (1.13.0)
9995
globalid (1.2.1)
10096
activesupport (>= 6.1)
10197
i18n (1.14.5)
10298
concurrent-ruby (~> 1.0)
10399
io-console (0.7.2)
104-
irb (1.13.1)
100+
irb (1.14.0)
105101
rdoc (>= 4.0.0)
106102
reline (>= 0.4.2)
103+
logger (1.6.1)
107104
loofah (2.22.0)
108105
crass (~> 1.0.2)
109106
nokogiri (>= 1.12.0)
@@ -114,10 +111,9 @@ GEM
114111
net-smtp
115112
marcel (1.0.4)
116113
mini_mime (1.1.5)
117-
mini_portile2 (2.8.6)
118-
minitest (5.23.0)
119-
mutex_m (0.2.0)
120-
net-imap (0.4.11)
114+
mini_portile2 (2.8.7)
115+
minitest (5.25.1)
116+
net-imap (0.4.16)
121117
date
122118
net-protocol
123119
net-pop (0.1.2)
@@ -127,70 +123,72 @@ GEM
127123
net-smtp (0.5.0)
128124
net-protocol
129125
nio4r (2.7.3)
130-
nokogiri (1.16.5)
126+
nokogiri (1.16.7)
131127
mini_portile2 (~> 2.8.2)
132128
racc (~> 1.4)
133-
nokogiri (1.16.5-arm64-darwin)
129+
nokogiri (1.16.7-arm64-darwin)
134130
racc (~> 1.4)
135-
nokogiri (1.16.5-x86_64-darwin)
131+
nokogiri (1.16.7-x86_64-darwin)
136132
racc (~> 1.4)
137-
nokogiri (1.16.5-x86_64-linux)
133+
nokogiri (1.16.7-x86_64-linux)
138134
racc (~> 1.4)
139135
psych (5.1.2)
140136
stringio
141-
racc (1.7.3)
142-
rack (3.0.11)
137+
racc (1.8.1)
138+
rack (3.1.7)
143139
rack-session (2.0.0)
144140
rack (>= 3.0.0)
145141
rack-test (2.1.0)
146142
rack (>= 1.3)
147143
rackup (2.1.0)
148144
rack (>= 3)
149145
webrick (~> 1.8)
150-
rails (7.1.3.3)
151-
actioncable (= 7.1.3.3)
152-
actionmailbox (= 7.1.3.3)
153-
actionmailer (= 7.1.3.3)
154-
actionpack (= 7.1.3.3)
155-
actiontext (= 7.1.3.3)
156-
actionview (= 7.1.3.3)
157-
activejob (= 7.1.3.3)
158-
activemodel (= 7.1.3.3)
159-
activerecord (= 7.1.3.3)
160-
activestorage (= 7.1.3.3)
161-
activesupport (= 7.1.3.3)
146+
rails (7.2.1)
147+
actioncable (= 7.2.1)
148+
actionmailbox (= 7.2.1)
149+
actionmailer (= 7.2.1)
150+
actionpack (= 7.2.1)
151+
actiontext (= 7.2.1)
152+
actionview (= 7.2.1)
153+
activejob (= 7.2.1)
154+
activemodel (= 7.2.1)
155+
activerecord (= 7.2.1)
156+
activestorage (= 7.2.1)
157+
activesupport (= 7.2.1)
162158
bundler (>= 1.15.0)
163-
railties (= 7.1.3.3)
159+
railties (= 7.2.1)
164160
rails-dom-testing (2.2.0)
165161
activesupport (>= 5.0.0)
166162
minitest
167163
nokogiri (>= 1.6)
168164
rails-html-sanitizer (1.6.0)
169165
loofah (~> 2.21)
170166
nokogiri (~> 1.14)
171-
railties (7.1.3.3)
172-
actionpack (= 7.1.3.3)
173-
activesupport (= 7.1.3.3)
174-
irb
167+
railties (7.2.1)
168+
actionpack (= 7.2.1)
169+
activesupport (= 7.2.1)
170+
irb (~> 1.13)
175171
rackup (>= 1.0.0)
176172
rake (>= 12.2)
177173
thor (~> 1.0, >= 1.2.2)
178174
zeitwerk (~> 2.6)
179175
rake (13.2.1)
180-
rdoc (6.6.3.1)
176+
rdoc (6.7.0)
181177
psych (>= 4.0.0)
182-
reline (0.5.7)
178+
reline (0.5.10)
183179
io-console (~> 0.5)
184-
stringio (3.1.0)
185-
thor (1.3.1)
180+
securerandom (0.3.1)
181+
stringio (3.1.1)
182+
thor (1.3.2)
186183
timeout (0.4.1)
187184
tzinfo (2.0.6)
188185
concurrent-ruby (~> 1.0)
186+
useragent (0.16.10)
189187
webrick (1.8.1)
190188
websocket-driver (0.7.6)
191189
websocket-extensions (>= 0.1.0)
192190
websocket-extensions (0.1.5)
193-
zeitwerk (2.6.14)
191+
zeitwerk (2.6.18)
194192

195193
PLATFORMS
196194
arm64-darwin-20

0 commit comments

Comments
 (0)