Skip to content

Commit 9e12ce8

Browse files
committed
Update rails
1 parent 8cff177 commit 9e12ce8

File tree

2 files changed

+119
-111
lines changed

2 files changed

+119
-111
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem "debug"
1616

1717

1818
# Dependencies for Rails tests
19-
gem "rails", github: "rails/rails", branch: "main"
19+
gem "rails"
2020
gem "propshaft", ">= 0.1.7"
2121
gem "image_processing", "~> 1.2"
2222
gem "sqlite3", ">= 1.6.6"

Gemfile.lock

Lines changed: 118 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -1,140 +1,119 @@
1-
GIT
2-
remote: https://github.com/rails/rails.git
3-
revision: 21bbf5aeef607298fbc0f6bc88ef862c452d62d7
4-
branch: main
1+
PATH
2+
remote: .
53
specs:
6-
actioncable (8.0.0.alpha)
7-
actionpack (= 8.0.0.alpha)
8-
activesupport (= 8.0.0.alpha)
4+
azure-blob (0.5.8)
5+
rexml
6+
7+
GEM
8+
remote: https://rubygems.org/
9+
specs:
10+
actioncable (8.0.2)
11+
actionpack (= 8.0.2)
12+
activesupport (= 8.0.2)
913
nio4r (~> 2.0)
1014
websocket-driver (>= 0.6.1)
1115
zeitwerk (~> 2.6)
12-
actionmailbox (8.0.0.alpha)
13-
actionpack (= 8.0.0.alpha)
14-
activejob (= 8.0.0.alpha)
15-
activerecord (= 8.0.0.alpha)
16-
activestorage (= 8.0.0.alpha)
17-
activesupport (= 8.0.0.alpha)
16+
actionmailbox (8.0.2)
17+
actionpack (= 8.0.2)
18+
activejob (= 8.0.2)
19+
activerecord (= 8.0.2)
20+
activestorage (= 8.0.2)
21+
activesupport (= 8.0.2)
1822
mail (>= 2.8.0)
19-
actionmailer (8.0.0.alpha)
20-
actionpack (= 8.0.0.alpha)
21-
actionview (= 8.0.0.alpha)
22-
activejob (= 8.0.0.alpha)
23-
activesupport (= 8.0.0.alpha)
23+
actionmailer (8.0.2)
24+
actionpack (= 8.0.2)
25+
actionview (= 8.0.2)
26+
activejob (= 8.0.2)
27+
activesupport (= 8.0.2)
2428
mail (>= 2.8.0)
2529
rails-dom-testing (~> 2.2)
26-
actionpack (8.0.0.alpha)
27-
actionview (= 8.0.0.alpha)
28-
activesupport (= 8.0.0.alpha)
30+
actionpack (8.0.2)
31+
actionview (= 8.0.2)
32+
activesupport (= 8.0.2)
2933
nokogiri (>= 1.8.5)
30-
racc
3134
rack (>= 2.2.4)
3235
rack-session (>= 1.0.1)
3336
rack-test (>= 0.6.3)
3437
rails-dom-testing (~> 2.2)
3538
rails-html-sanitizer (~> 1.6)
3639
useragent (~> 0.16)
37-
actiontext (8.0.0.alpha)
38-
actionpack (= 8.0.0.alpha)
39-
activerecord (= 8.0.0.alpha)
40-
activestorage (= 8.0.0.alpha)
41-
activesupport (= 8.0.0.alpha)
40+
actiontext (8.0.2)
41+
actionpack (= 8.0.2)
42+
activerecord (= 8.0.2)
43+
activestorage (= 8.0.2)
44+
activesupport (= 8.0.2)
4245
globalid (>= 0.6.0)
4346
nokogiri (>= 1.8.5)
44-
actionview (8.0.0.alpha)
45-
activesupport (= 8.0.0.alpha)
47+
actionview (8.0.2)
48+
activesupport (= 8.0.2)
4649
builder (~> 3.1)
4750
erubi (~> 1.11)
4851
rails-dom-testing (~> 2.2)
4952
rails-html-sanitizer (~> 1.6)
50-
activejob (8.0.0.alpha)
51-
activesupport (= 8.0.0.alpha)
53+
activejob (8.0.2)
54+
activesupport (= 8.0.2)
5255
globalid (>= 0.3.6)
53-
activemodel (8.0.0.alpha)
54-
activesupport (= 8.0.0.alpha)
55-
activerecord (8.0.0.alpha)
56-
activemodel (= 8.0.0.alpha)
57-
activesupport (= 8.0.0.alpha)
56+
activemodel (8.0.2)
57+
activesupport (= 8.0.2)
58+
activerecord (8.0.2)
59+
activemodel (= 8.0.2)
60+
activesupport (= 8.0.2)
5861
timeout (>= 0.4.0)
59-
activestorage (8.0.0.alpha)
60-
actionpack (= 8.0.0.alpha)
61-
activejob (= 8.0.0.alpha)
62-
activerecord (= 8.0.0.alpha)
63-
activesupport (= 8.0.0.alpha)
62+
activestorage (8.0.2)
63+
actionpack (= 8.0.2)
64+
activejob (= 8.0.2)
65+
activerecord (= 8.0.2)
66+
activesupport (= 8.0.2)
6467
marcel (~> 1.0)
65-
activesupport (8.0.0.alpha)
68+
activesupport (8.0.2)
6669
base64
70+
benchmark (>= 0.3)
6771
bigdecimal
68-
concurrent-ruby (~> 1.0, >= 1.0.2)
72+
concurrent-ruby (~> 1.0, >= 1.3.1)
6973
connection_pool (>= 2.2.5)
7074
drb
7175
i18n (>= 1.6, < 2)
76+
logger (>= 1.4.2)
7277
minitest (>= 5.1)
78+
securerandom (>= 0.3)
7379
tzinfo (~> 2.0, >= 2.0.5)
74-
rails (8.0.0.alpha)
75-
actioncable (= 8.0.0.alpha)
76-
actionmailbox (= 8.0.0.alpha)
77-
actionmailer (= 8.0.0.alpha)
78-
actionpack (= 8.0.0.alpha)
79-
actiontext (= 8.0.0.alpha)
80-
actionview (= 8.0.0.alpha)
81-
activejob (= 8.0.0.alpha)
82-
activemodel (= 8.0.0.alpha)
83-
activerecord (= 8.0.0.alpha)
84-
activestorage (= 8.0.0.alpha)
85-
activesupport (= 8.0.0.alpha)
86-
bundler (>= 1.15.0)
87-
railties (= 8.0.0.alpha)
88-
railties (8.0.0.alpha)
89-
actionpack (= 8.0.0.alpha)
90-
activesupport (= 8.0.0.alpha)
91-
irb (~> 1.13)
92-
rackup (>= 1.0.0)
93-
rake (>= 12.2)
94-
thor (~> 1.0, >= 1.2.2)
95-
zeitwerk (~> 2.6)
96-
97-
PATH
98-
remote: .
99-
specs:
100-
azure-blob (0.5.8)
101-
rexml
102-
103-
GEM
104-
remote: https://rubygems.org/
105-
specs:
80+
uri (>= 0.13.1)
10681
ast (2.4.2)
10782
base64 (0.2.0)
10883
bcrypt_pbkdf (1.1.1)
10984
bcrypt_pbkdf (1.1.1-arm64-darwin)
110-
bigdecimal (3.1.8)
111-
builder (3.2.4)
112-
concurrent-ruby (1.2.3)
113-
connection_pool (2.4.1)
85+
benchmark (0.4.0)
86+
bigdecimal (3.1.9)
87+
builder (3.3.0)
88+
concurrent-ruby (1.3.5)
89+
connection_pool (2.5.3)
11490
crass (1.0.6)
115-
date (3.3.4)
91+
date (3.4.1)
11692
debug (1.9.2)
11793
irb (~> 1.10)
11894
reline (>= 0.3.8)
11995
drb (2.2.1)
12096
ed25519 (1.3.0)
121-
erubi (1.12.0)
97+
erb (5.0.1)
98+
erubi (1.13.1)
12299
ffi (1.17.1-arm64-darwin)
123100
ffi (1.17.1-x86_64-linux-gnu)
124101
globalid (1.2.1)
125102
activesupport (>= 6.1)
126-
i18n (1.14.5)
103+
i18n (1.14.7)
127104
concurrent-ruby (~> 1.0)
128105
image_processing (1.12.2)
129106
mini_magick (>= 4.9.5, < 5)
130107
ruby-vips (>= 2.0.17, < 3)
131-
io-console (0.7.2)
132-
irb (1.13.1)
108+
io-console (0.8.0)
109+
irb (1.15.2)
110+
pp (>= 0.6.0)
133111
rdoc (>= 4.0.0)
134112
reline (>= 0.4.2)
135113
json (2.7.2)
136114
language_server-protocol (3.17.0.3)
137-
loofah (2.22.0)
115+
logger (1.7.0)
116+
loofah (2.24.1)
138117
crass (~> 1.0.2)
139118
nokogiri (>= 1.12.0)
140119
m (1.6.2)
@@ -149,57 +128,84 @@ GEM
149128
method_source (1.1.0)
150129
mini_magick (4.12.0)
151130
mini_mime (1.1.5)
152-
minitest (5.23.1)
131+
minitest (5.25.5)
153132
minitest-fail-fast (0.1.0)
154133
minitest (~> 5)
155-
net-imap (0.4.11)
134+
net-imap (0.5.8)
156135
date
157136
net-protocol
158137
net-pop (0.1.2)
159138
net-protocol
160139
net-protocol (0.2.2)
161140
timeout
162-
net-smtp (0.5.0)
141+
net-smtp (0.5.1)
163142
net-protocol
164143
net-ssh (7.2.3)
165-
nio4r (2.7.3)
166-
nokogiri (1.16.5-arm64-darwin)
144+
nio4r (2.7.4)
145+
nokogiri (1.18.8-arm64-darwin)
167146
racc (~> 1.4)
168-
nokogiri (1.16.5-x86_64-linux)
147+
nokogiri (1.18.8-x86_64-linux-gnu)
169148
racc (~> 1.4)
170149
parallel (1.24.0)
171150
parser (3.3.1.0)
172151
ast (~> 2.4.1)
173152
racc
153+
pp (0.6.2)
154+
prettyprint
155+
prettyprint (0.2.0)
174156
propshaft (0.9.0)
175157
actionpack (>= 7.0.0)
176158
activesupport (>= 7.0.0)
177159
rack
178160
railties (>= 7.0.0)
179-
psych (5.1.2)
161+
psych (5.2.6)
162+
date
180163
stringio
181-
racc (1.8.0)
182-
rack (3.0.11)
183-
rack-session (2.0.0)
164+
racc (1.8.1)
165+
rack (3.1.15)
166+
rack-session (2.1.1)
167+
base64 (>= 0.1.0)
184168
rack (>= 3.0.0)
185-
rack-test (2.1.0)
169+
rack-test (2.2.0)
186170
rack (>= 1.3)
187-
rackup (2.1.0)
171+
rackup (2.2.1)
188172
rack (>= 3)
189-
webrick (~> 1.8)
173+
rails (8.0.2)
174+
actioncable (= 8.0.2)
175+
actionmailbox (= 8.0.2)
176+
actionmailer (= 8.0.2)
177+
actionpack (= 8.0.2)
178+
actiontext (= 8.0.2)
179+
actionview (= 8.0.2)
180+
activejob (= 8.0.2)
181+
activemodel (= 8.0.2)
182+
activerecord (= 8.0.2)
183+
activestorage (= 8.0.2)
184+
activesupport (= 8.0.2)
185+
bundler (>= 1.15.0)
186+
railties (= 8.0.2)
190187
rails-dom-testing (2.2.0)
191188
activesupport (>= 5.0.0)
192189
minitest
193190
nokogiri (>= 1.6)
194-
rails-html-sanitizer (1.6.0)
191+
rails-html-sanitizer (1.6.2)
195192
loofah (~> 2.21)
196-
nokogiri (~> 1.14)
193+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
194+
railties (8.0.2)
195+
actionpack (= 8.0.2)
196+
activesupport (= 8.0.2)
197+
irb (~> 1.13)
198+
rackup (>= 1.0.0)
199+
rake (>= 12.2)
200+
thor (~> 1.0, >= 1.2.2)
201+
zeitwerk (~> 2.6)
197202
rainbow (3.1.1)
198203
rake (13.2.1)
199-
rdoc (6.7.0)
204+
rdoc (6.14.0)
205+
erb
200206
psych (>= 4.0.0)
201207
regexp_parser (2.9.2)
202-
reline (0.5.7)
208+
reline (0.6.1)
203209
io-console (~> 0.5)
204210
rexml (3.2.8)
205211
strscan (>= 3.0.9)
@@ -235,21 +241,23 @@ GEM
235241
ruby-progressbar (1.13.0)
236242
ruby-vips (2.2.1)
237243
ffi (~> 1.12)
244+
securerandom (0.4.1)
238245
sqlite3 (2.0.2-arm64-darwin)
239246
sqlite3 (2.0.2-x86_64-linux-gnu)
240-
stringio (3.1.1)
247+
stringio (3.1.7)
241248
strscan (3.1.0)
242-
thor (1.3.1)
243-
timeout (0.4.1)
249+
thor (1.3.2)
250+
timeout (0.4.3)
244251
tzinfo (2.0.6)
245252
concurrent-ruby (~> 1.0)
246253
unicode-display_width (2.5.0)
247-
useragent (0.16.10)
248-
webrick (1.8.1)
249-
websocket-driver (0.7.6)
254+
uri (1.0.3)
255+
useragent (0.16.11)
256+
websocket-driver (0.7.7)
257+
base64
250258
websocket-extensions (>= 0.1.0)
251259
websocket-extensions (0.1.5)
252-
zeitwerk (2.6.14)
260+
zeitwerk (2.7.2)
253261

254262
PLATFORMS
255263
arm64-darwin-23
@@ -267,7 +275,7 @@ DEPENDENCIES
267275
minitest-fail-fast
268276
net-ssh
269277
propshaft (>= 0.1.7)
270-
rails!
278+
rails
271279
rake
272280
rubocop-rails-omakase
273281
sqlite3 (>= 1.6.6)

0 commit comments

Comments
 (0)