Skip to content

Commit 8a1d261

Browse files
chore(deps): update dependency rails to v8 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 78c9ca0 commit 8a1d261

File tree

2 files changed

+92
-86
lines changed

2 files changed

+92
-86
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.4.2"
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.2"
77

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

logto-sample/Gemfile.lock

Lines changed: 91 additions & 85 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.2)
11+
actionpack (= 8.0.2)
12+
activesupport (= 8.0.2)
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.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)
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.2)
24+
actionpack (= 8.0.2)
25+
actionview (= 8.0.2)
26+
activejob (= 8.0.2)
27+
activesupport (= 8.0.2)
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.2)
31+
actionview (= 8.0.2)
32+
activesupport (= 8.0.2)
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.2)
41+
actionpack (= 8.0.2)
42+
activerecord (= 8.0.2)
43+
activestorage (= 8.0.2)
44+
activesupport (= 8.0.2)
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.2)
48+
activesupport (= 8.0.2)
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.2)
54+
activesupport (= 8.0.2)
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.2)
57+
activesupport (= 8.0.2)
58+
activerecord (8.0.2)
59+
activemodel (= 8.0.2)
60+
activesupport (= 8.0.2)
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.2)
63+
actionpack (= 8.0.2)
64+
activejob (= 8.0.2)
65+
activerecord (= 8.0.2)
66+
activesupport (= 8.0.2)
6867
marcel (~> 1.0)
69-
activesupport (7.2.2.1)
68+
activesupport (8.0.2)
7069
base64
7170
benchmark (>= 0.3)
7271
bigdecimal
@@ -78,11 +77,12 @@ 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)
8484
benchmark (0.4.0)
85-
bigdecimal (3.1.8)
85+
bigdecimal (3.1.9)
8686
bindex (0.8.1)
8787
bootsnap (1.18.3)
8888
msgpack (~> 1.2)
@@ -96,8 +96,8 @@ GEM
9696
rack-test (>= 0.6.3)
9797
regexp_parser (>= 1.5, < 3.0)
9898
xpath (~> 3.2)
99-
concurrent-ruby (1.3.4)
100-
connection_pool (2.4.1)
99+
concurrent-ruby (1.3.5)
100+
connection_pool (2.5.0)
101101
crass (1.0.6)
102102
date (3.4.1)
103103
debug (1.9.2)
@@ -106,26 +106,27 @@ GEM
106106
dotenv (3.1.2)
107107
drb (2.2.1)
108108
error_highlight (0.6.0)
109-
erubi (1.13.0)
109+
erubi (1.13.1)
110110
globalid (1.2.1)
111111
activesupport (>= 6.1)
112-
i18n (1.14.6)
112+
i18n (1.14.7)
113113
concurrent-ruby (~> 1.0)
114114
importmap-rails (2.0.1)
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.15.1)
120+
pp (>= 0.6.0)
120121
rdoc (>= 4.0.0)
121122
reline (>= 0.4.2)
122123
jbuilder (2.12.0)
123124
actionview (>= 5.0.0)
124125
activesupport (>= 5.0.0)
125126
jwt (2.8.1)
126127
base64
127-
logger (1.6.3)
128-
loofah (2.23.1)
128+
logger (1.6.6)
129+
loofah (2.24.0)
129130
crass (~> 1.0.2)
130131
nokogiri (>= 1.12.0)
131132
mail (2.8.1)
@@ -136,80 +137,84 @@ GEM
136137
marcel (1.0.4)
137138
matrix (0.4.2)
138139
mini_mime (1.1.5)
139-
minitest (5.25.4)
140+
minitest (5.25.5)
140141
msgpack (1.7.2)
141-
net-imap (0.4.19)
142+
net-imap (0.5.6)
142143
date
143144
net-protocol
144145
net-pop (0.1.2)
145146
net-protocol
146147
net-protocol (0.2.2)
147148
timeout
148-
net-smtp (0.5.0)
149+
net-smtp (0.5.1)
149150
net-protocol
150-
nio4r (2.7.3)
151-
nokogiri (1.18.3-aarch64-linux-gnu)
151+
nio4r (2.7.4)
152+
nokogiri (1.18.4-aarch64-linux-gnu)
152153
racc (~> 1.4)
153-
nokogiri (1.18.3-arm64-darwin)
154+
nokogiri (1.18.4-arm64-darwin)
154155
racc (~> 1.4)
155-
nokogiri (1.18.3-x86_64-linux-gnu)
156+
nokogiri (1.18.4-x86_64-linux-gnu)
156157
racc (~> 1.4)
157-
psych (5.1.2)
158+
pp (0.6.2)
159+
prettyprint
160+
prettyprint (0.2.0)
161+
psych (5.2.3)
162+
date
158163
stringio
159164
public_suffix (5.0.5)
160165
puma (6.4.3)
161166
nio4r (~> 2.0)
162167
racc (1.8.1)
163168
rack (3.1.12)
164-
rack-session (2.0.0)
169+
rack-session (2.1.0)
170+
base64 (>= 0.1.0)
165171
rack (>= 3.0.0)
166-
rack-test (2.1.0)
172+
rack-test (2.2.0)
167173
rack (>= 1.3)
168-
rackup (2.1.0)
174+
rackup (2.2.1)
169175
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)
176+
rails (8.0.2)
177+
actioncable (= 8.0.2)
178+
actionmailbox (= 8.0.2)
179+
actionmailer (= 8.0.2)
180+
actionpack (= 8.0.2)
181+
actiontext (= 8.0.2)
182+
actionview (= 8.0.2)
183+
activejob (= 8.0.2)
184+
activemodel (= 8.0.2)
185+
activerecord (= 8.0.2)
186+
activestorage (= 8.0.2)
187+
activesupport (= 8.0.2)
183188
bundler (>= 1.15.0)
184-
railties (= 7.2.2.1)
189+
railties (= 8.0.2)
185190
rails-dom-testing (2.2.0)
186191
activesupport (>= 5.0.0)
187192
minitest
188193
nokogiri (>= 1.6)
189194
rails-html-sanitizer (1.6.2)
190195
loofah (~> 2.21)
191196
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)
197+
railties (8.0.2)
198+
actionpack (= 8.0.2)
199+
activesupport (= 8.0.2)
195200
irb (~> 1.13)
196201
rackup (>= 1.0.0)
197202
rake (>= 12.2)
198203
thor (~> 1.0, >= 1.2.2)
199204
zeitwerk (~> 2.6)
200205
rake (13.2.1)
201-
rdoc (6.7.0)
206+
rdoc (6.12.0)
202207
psych (>= 4.0.0)
203208
redis (5.2.0)
204209
redis-client (>= 0.22.0)
205210
redis-client (0.22.2)
206211
connection_pool
207212
regexp_parser (2.9.2)
208-
reline (0.5.9)
213+
reline (0.6.0)
209214
io-console (~> 0.5)
210215
rexml (3.3.9)
211216
rubyzip (2.3.2)
212-
securerandom (0.4.0)
217+
securerandom (0.4.1)
213218
selenium-webdriver (4.21.1)
214219
base64 (~> 0.2)
215220
rexml (~> 3.2, >= 3.2.5)
@@ -227,29 +232,30 @@ GEM
227232
sqlite3 (1.7.3-x86_64-linux)
228233
stimulus-rails (1.3.3)
229234
railties (>= 6.0.0)
230-
stringio (3.1.1)
231-
thor (1.3.1)
235+
stringio (3.1.5)
236+
thor (1.3.2)
232237
timeout (0.4.3)
233238
turbo-rails (2.0.5)
234239
actionpack (>= 6.0.0)
235240
activejob (>= 6.0.0)
236241
railties (>= 6.0.0)
237242
tzinfo (2.0.6)
238243
concurrent-ruby (~> 1.0)
244+
uri (1.0.3)
239245
useragent (0.16.11)
240246
web-console (4.2.1)
241247
actionview (>= 6.0.0)
242248
activemodel (>= 6.0.0)
243249
bindex (>= 0.4.0)
244250
railties (>= 6.0.0)
245-
webrick (1.8.2)
246251
websocket (1.2.10)
247-
websocket-driver (0.7.6)
252+
websocket-driver (0.7.7)
253+
base64
248254
websocket-extensions (>= 0.1.0)
249255
websocket-extensions (0.1.5)
250256
xpath (3.2.0)
251257
nokogiri (~> 1.8)
252-
zeitwerk (2.6.17)
258+
zeitwerk (2.7.2)
253259

254260
PLATFORMS
255261
aarch64-linux
@@ -266,7 +272,7 @@ DEPENDENCIES
266272
jbuilder
267273
logto!
268274
puma (>= 5.0)
269-
rails (~> 7.2.0, >= 7.2.1)
275+
rails (~> 8.0.0, >= 8.0.2)
270276
redis (>= 4.0.1)
271277
selenium-webdriver
272278
sprockets-rails

0 commit comments

Comments
 (0)