Skip to content

Commit df11124

Browse files
chore(deps): update dependency rails to v8
1 parent 40ee1ce commit df11124

File tree

2 files changed

+72
-72
lines changed

2 files changed

+72
-72
lines changed

logto-sample/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
ruby "3.3.3"
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6-
gem "rails", "~> 7.2.0", ">= 7.2.1"
6+
gem "rails", "~> 8.0.0", ">= 8.0.1"
77

88
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
99
gem "sprockets-rails"

logto-sample/Gemfile.lock

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -7,66 +7,65 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (7.2.2.1)
11-
actionpack (= 7.2.2.1)
12-
activesupport (= 7.2.2.1)
10+
actioncable (8.0.1)
11+
actionpack (= 8.0.1)
12+
activesupport (= 8.0.1)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
1515
zeitwerk (~> 2.6)
16-
actionmailbox (7.2.2.1)
17-
actionpack (= 7.2.2.1)
18-
activejob (= 7.2.2.1)
19-
activerecord (= 7.2.2.1)
20-
activestorage (= 7.2.2.1)
21-
activesupport (= 7.2.2.1)
16+
actionmailbox (8.0.1)
17+
actionpack (= 8.0.1)
18+
activejob (= 8.0.1)
19+
activerecord (= 8.0.1)
20+
activestorage (= 8.0.1)
21+
activesupport (= 8.0.1)
2222
mail (>= 2.8.0)
23-
actionmailer (7.2.2.1)
24-
actionpack (= 7.2.2.1)
25-
actionview (= 7.2.2.1)
26-
activejob (= 7.2.2.1)
27-
activesupport (= 7.2.2.1)
23+
actionmailer (8.0.1)
24+
actionpack (= 8.0.1)
25+
actionview (= 8.0.1)
26+
activejob (= 8.0.1)
27+
activesupport (= 8.0.1)
2828
mail (>= 2.8.0)
2929
rails-dom-testing (~> 2.2)
30-
actionpack (7.2.2.1)
31-
actionview (= 7.2.2.1)
32-
activesupport (= 7.2.2.1)
30+
actionpack (8.0.1)
31+
actionview (= 8.0.1)
32+
activesupport (= 8.0.1)
3333
nokogiri (>= 1.8.5)
34-
racc
35-
rack (>= 2.2.4, < 3.2)
34+
rack (>= 2.2.4)
3635
rack-session (>= 1.0.1)
3736
rack-test (>= 0.6.3)
3837
rails-dom-testing (~> 2.2)
3938
rails-html-sanitizer (~> 1.6)
4039
useragent (~> 0.16)
41-
actiontext (7.2.2.1)
42-
actionpack (= 7.2.2.1)
43-
activerecord (= 7.2.2.1)
44-
activestorage (= 7.2.2.1)
45-
activesupport (= 7.2.2.1)
40+
actiontext (8.0.1)
41+
actionpack (= 8.0.1)
42+
activerecord (= 8.0.1)
43+
activestorage (= 8.0.1)
44+
activesupport (= 8.0.1)
4645
globalid (>= 0.6.0)
4746
nokogiri (>= 1.8.5)
48-
actionview (7.2.2.1)
49-
activesupport (= 7.2.2.1)
47+
actionview (8.0.1)
48+
activesupport (= 8.0.1)
5049
builder (~> 3.1)
5150
erubi (~> 1.11)
5251
rails-dom-testing (~> 2.2)
5352
rails-html-sanitizer (~> 1.6)
54-
activejob (7.2.2.1)
55-
activesupport (= 7.2.2.1)
53+
activejob (8.0.1)
54+
activesupport (= 8.0.1)
5655
globalid (>= 0.3.6)
57-
activemodel (7.2.2.1)
58-
activesupport (= 7.2.2.1)
59-
activerecord (7.2.2.1)
60-
activemodel (= 7.2.2.1)
61-
activesupport (= 7.2.2.1)
56+
activemodel (8.0.1)
57+
activesupport (= 8.0.1)
58+
activerecord (8.0.1)
59+
activemodel (= 8.0.1)
60+
activesupport (= 8.0.1)
6261
timeout (>= 0.4.0)
63-
activestorage (7.2.2.1)
64-
actionpack (= 7.2.2.1)
65-
activejob (= 7.2.2.1)
66-
activerecord (= 7.2.2.1)
67-
activesupport (= 7.2.2.1)
62+
activestorage (8.0.1)
63+
actionpack (= 8.0.1)
64+
activejob (= 8.0.1)
65+
activerecord (= 8.0.1)
66+
activesupport (= 8.0.1)
6867
marcel (~> 1.0)
69-
activesupport (7.2.2.1)
68+
activesupport (8.0.1)
7069
base64
7170
benchmark (>= 0.3)
7271
bigdecimal
@@ -78,6 +77,7 @@ GEM
7877
minitest (>= 5.1)
7978
securerandom (>= 0.3)
8079
tzinfo (~> 2.0, >= 2.0.5)
80+
uri (>= 0.13.1)
8181
addressable (2.8.6)
8282
public_suffix (>= 2.0.2, < 6.0)
8383
base64 (0.2.0)
@@ -99,7 +99,7 @@ GEM
9999
concurrent-ruby (1.3.4)
100100
connection_pool (2.4.1)
101101
crass (1.0.6)
102-
date (3.3.4)
102+
date (3.4.1)
103103
debug (1.9.2)
104104
irb (~> 1.10)
105105
reline (>= 0.3.8)
@@ -115,8 +115,8 @@ GEM
115115
actionpack (>= 6.0.0)
116116
activesupport (>= 6.0.0)
117117
railties (>= 6.0.0)
118-
io-console (0.7.2)
119-
irb (1.14.0)
118+
io-console (0.8.0)
119+
irb (1.14.2)
120120
rdoc (>= 4.0.0)
121121
reline (>= 0.4.2)
122122
jbuilder (2.12.0)
@@ -138,7 +138,7 @@ GEM
138138
mini_mime (1.1.5)
139139
minitest (5.25.4)
140140
msgpack (1.7.2)
141-
net-imap (0.4.14)
141+
net-imap (0.5.1)
142142
date
143143
net-protocol
144144
net-pop (0.1.2)
@@ -147,14 +147,15 @@ GEM
147147
timeout
148148
net-smtp (0.5.0)
149149
net-protocol
150-
nio4r (2.7.3)
150+
nio4r (2.7.4)
151151
nokogiri (1.17.2-aarch64-linux)
152152
racc (~> 1.4)
153153
nokogiri (1.17.2-arm64-darwin)
154154
racc (~> 1.4)
155155
nokogiri (1.17.2-x86_64-linux)
156156
racc (~> 1.4)
157-
psych (5.1.2)
157+
psych (5.2.1)
158+
date
158159
stringio
159160
public_suffix (5.0.5)
160161
puma (6.4.3)
@@ -165,47 +166,46 @@ GEM
165166
rack (>= 3.0.0)
166167
rack-test (2.1.0)
167168
rack (>= 1.3)
168-
rackup (2.1.0)
169+
rackup (2.2.1)
169170
rack (>= 3)
170-
webrick (~> 1.8)
171-
rails (7.2.2.1)
172-
actioncable (= 7.2.2.1)
173-
actionmailbox (= 7.2.2.1)
174-
actionmailer (= 7.2.2.1)
175-
actionpack (= 7.2.2.1)
176-
actiontext (= 7.2.2.1)
177-
actionview (= 7.2.2.1)
178-
activejob (= 7.2.2.1)
179-
activemodel (= 7.2.2.1)
180-
activerecord (= 7.2.2.1)
181-
activestorage (= 7.2.2.1)
182-
activesupport (= 7.2.2.1)
171+
rails (8.0.1)
172+
actioncable (= 8.0.1)
173+
actionmailbox (= 8.0.1)
174+
actionmailer (= 8.0.1)
175+
actionpack (= 8.0.1)
176+
actiontext (= 8.0.1)
177+
actionview (= 8.0.1)
178+
activejob (= 8.0.1)
179+
activemodel (= 8.0.1)
180+
activerecord (= 8.0.1)
181+
activestorage (= 8.0.1)
182+
activesupport (= 8.0.1)
183183
bundler (>= 1.15.0)
184-
railties (= 7.2.2.1)
184+
railties (= 8.0.1)
185185
rails-dom-testing (2.2.0)
186186
activesupport (>= 5.0.0)
187187
minitest
188188
nokogiri (>= 1.6)
189189
rails-html-sanitizer (1.6.2)
190190
loofah (~> 2.21)
191191
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)
192-
railties (7.2.2.1)
193-
actionpack (= 7.2.2.1)
194-
activesupport (= 7.2.2.1)
192+
railties (8.0.1)
193+
actionpack (= 8.0.1)
194+
activesupport (= 8.0.1)
195195
irb (~> 1.13)
196196
rackup (>= 1.0.0)
197197
rake (>= 12.2)
198198
thor (~> 1.0, >= 1.2.2)
199199
zeitwerk (~> 2.6)
200200
rake (13.2.1)
201-
rdoc (6.7.0)
201+
rdoc (6.9.0)
202202
psych (>= 4.0.0)
203203
redis (5.2.0)
204204
redis-client (>= 0.22.0)
205205
redis-client (0.22.2)
206206
connection_pool
207207
regexp_parser (2.9.2)
208-
reline (0.5.9)
208+
reline (0.5.12)
209209
io-console (~> 0.5)
210210
rexml (3.3.9)
211211
rubyzip (2.3.2)
@@ -227,29 +227,29 @@ GEM
227227
sqlite3 (1.7.3-x86_64-linux)
228228
stimulus-rails (1.3.3)
229229
railties (>= 6.0.0)
230-
stringio (3.1.1)
231-
thor (1.3.1)
232-
timeout (0.4.1)
230+
stringio (3.1.2)
231+
thor (1.3.2)
232+
timeout (0.4.2)
233233
turbo-rails (2.0.5)
234234
actionpack (>= 6.0.0)
235235
activejob (>= 6.0.0)
236236
railties (>= 6.0.0)
237237
tzinfo (2.0.6)
238238
concurrent-ruby (~> 1.0)
239+
uri (1.0.2)
239240
useragent (0.16.11)
240241
web-console (4.2.1)
241242
actionview (>= 6.0.0)
242243
activemodel (>= 6.0.0)
243244
bindex (>= 0.4.0)
244245
railties (>= 6.0.0)
245-
webrick (1.8.2)
246246
websocket (1.2.10)
247247
websocket-driver (0.7.6)
248248
websocket-extensions (>= 0.1.0)
249249
websocket-extensions (0.1.5)
250250
xpath (3.2.0)
251251
nokogiri (~> 1.8)
252-
zeitwerk (2.6.17)
252+
zeitwerk (2.7.1)
253253

254254
PLATFORMS
255255
aarch64-linux
@@ -266,7 +266,7 @@ DEPENDENCIES
266266
jbuilder
267267
logto!
268268
puma (>= 5.0)
269-
rails (~> 7.2.0, >= 7.2.1)
269+
rails (~> 8.0.0, >= 8.0.1)
270270
redis (>= 4.0.1)
271271
selenium-webdriver
272272
sprockets-rails

0 commit comments

Comments
 (0)