Skip to content

Commit cc40654

Browse files
chore(deps): update dependency rails to "~> 8.1.0", ">= 8.1.1"
1 parent b193ac9 commit cc40654

File tree

2 files changed

+87
-82
lines changed

2 files changed

+87
-82
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", "~> 8.0.0", ">= 8.0.2"
6+
gem "rails", "~> 8.1.0", ">= 8.1.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: 86 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -7,72 +7,75 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (8.0.2.1)
11-
actionpack (= 8.0.2.1)
12-
activesupport (= 8.0.2.1)
10+
action_text-trix (2.1.15)
11+
railties
12+
actioncable (8.1.1)
13+
actionpack (= 8.1.1)
14+
activesupport (= 8.1.1)
1315
nio4r (~> 2.0)
1416
websocket-driver (>= 0.6.1)
1517
zeitwerk (~> 2.6)
16-
actionmailbox (8.0.2.1)
17-
actionpack (= 8.0.2.1)
18-
activejob (= 8.0.2.1)
19-
activerecord (= 8.0.2.1)
20-
activestorage (= 8.0.2.1)
21-
activesupport (= 8.0.2.1)
18+
actionmailbox (8.1.1)
19+
actionpack (= 8.1.1)
20+
activejob (= 8.1.1)
21+
activerecord (= 8.1.1)
22+
activestorage (= 8.1.1)
23+
activesupport (= 8.1.1)
2224
mail (>= 2.8.0)
23-
actionmailer (8.0.2.1)
24-
actionpack (= 8.0.2.1)
25-
actionview (= 8.0.2.1)
26-
activejob (= 8.0.2.1)
27-
activesupport (= 8.0.2.1)
25+
actionmailer (8.1.1)
26+
actionpack (= 8.1.1)
27+
actionview (= 8.1.1)
28+
activejob (= 8.1.1)
29+
activesupport (= 8.1.1)
2830
mail (>= 2.8.0)
2931
rails-dom-testing (~> 2.2)
30-
actionpack (8.0.2.1)
31-
actionview (= 8.0.2.1)
32-
activesupport (= 8.0.2.1)
32+
actionpack (8.1.1)
33+
actionview (= 8.1.1)
34+
activesupport (= 8.1.1)
3335
nokogiri (>= 1.8.5)
3436
rack (>= 2.2.4)
3537
rack-session (>= 1.0.1)
3638
rack-test (>= 0.6.3)
3739
rails-dom-testing (~> 2.2)
3840
rails-html-sanitizer (~> 1.6)
3941
useragent (~> 0.16)
40-
actiontext (8.0.2.1)
41-
actionpack (= 8.0.2.1)
42-
activerecord (= 8.0.2.1)
43-
activestorage (= 8.0.2.1)
44-
activesupport (= 8.0.2.1)
42+
actiontext (8.1.1)
43+
action_text-trix (~> 2.1.15)
44+
actionpack (= 8.1.1)
45+
activerecord (= 8.1.1)
46+
activestorage (= 8.1.1)
47+
activesupport (= 8.1.1)
4548
globalid (>= 0.6.0)
4649
nokogiri (>= 1.8.5)
47-
actionview (8.0.2.1)
48-
activesupport (= 8.0.2.1)
50+
actionview (8.1.1)
51+
activesupport (= 8.1.1)
4952
builder (~> 3.1)
5053
erubi (~> 1.11)
5154
rails-dom-testing (~> 2.2)
5255
rails-html-sanitizer (~> 1.6)
53-
activejob (8.0.2.1)
54-
activesupport (= 8.0.2.1)
56+
activejob (8.1.1)
57+
activesupport (= 8.1.1)
5558
globalid (>= 0.3.6)
56-
activemodel (8.0.2.1)
57-
activesupport (= 8.0.2.1)
58-
activerecord (8.0.2.1)
59-
activemodel (= 8.0.2.1)
60-
activesupport (= 8.0.2.1)
59+
activemodel (8.1.1)
60+
activesupport (= 8.1.1)
61+
activerecord (8.1.1)
62+
activemodel (= 8.1.1)
63+
activesupport (= 8.1.1)
6164
timeout (>= 0.4.0)
62-
activestorage (8.0.2.1)
63-
actionpack (= 8.0.2.1)
64-
activejob (= 8.0.2.1)
65-
activerecord (= 8.0.2.1)
66-
activesupport (= 8.0.2.1)
65+
activestorage (8.1.1)
66+
actionpack (= 8.1.1)
67+
activejob (= 8.1.1)
68+
activerecord (= 8.1.1)
69+
activesupport (= 8.1.1)
6770
marcel (~> 1.0)
68-
activesupport (8.0.2.1)
71+
activesupport (8.1.1)
6972
base64
70-
benchmark (>= 0.3)
7173
bigdecimal
7274
concurrent-ruby (~> 1.0, >= 1.3.1)
7375
connection_pool (>= 2.2.5)
7476
drb
7577
i18n (>= 1.6, < 2)
78+
json
7679
logger (>= 1.4.2)
7780
minitest (>= 5.1)
7881
securerandom (>= 0.3)
@@ -81,8 +84,7 @@ GEM
8184
addressable (2.8.6)
8285
public_suffix (>= 2.0.2, < 6.0)
8386
base64 (0.3.0)
84-
benchmark (0.4.1)
85-
bigdecimal (3.2.2)
87+
bigdecimal (3.3.1)
8688
bindex (0.8.1)
8789
bootsnap (1.18.3)
8890
msgpack (~> 1.2)
@@ -97,50 +99,52 @@ GEM
9799
regexp_parser (>= 1.5, < 3.0)
98100
xpath (~> 3.2)
99101
concurrent-ruby (1.3.5)
100-
connection_pool (2.5.3)
102+
connection_pool (2.5.4)
101103
crass (1.0.6)
102104
date (3.4.1)
103105
debug (1.9.2)
104106
irb (~> 1.10)
105107
reline (>= 0.3.8)
106108
dotenv (3.1.2)
107109
drb (2.2.3)
110+
erb (5.1.3)
108111
error_highlight (0.6.0)
109112
erubi (1.13.1)
110-
globalid (1.2.1)
113+
globalid (1.3.0)
111114
activesupport (>= 6.1)
112115
i18n (1.14.7)
113116
concurrent-ruby (~> 1.0)
114117
importmap-rails (2.0.1)
115118
actionpack (>= 6.0.0)
116119
activesupport (>= 6.0.0)
117120
railties (>= 6.0.0)
118-
io-console (0.8.0)
119-
irb (1.15.1)
121+
io-console (0.8.1)
122+
irb (1.15.2)
120123
pp (>= 0.6.0)
121124
rdoc (>= 4.0.0)
122125
reline (>= 0.4.2)
123126
jbuilder (2.12.0)
124127
actionview (>= 5.0.0)
125128
activesupport (>= 5.0.0)
129+
json (2.15.2)
126130
jwt (2.8.1)
127131
base64
128132
logger (1.7.0)
129133
loofah (2.24.1)
130134
crass (~> 1.0.2)
131135
nokogiri (>= 1.12.0)
132-
mail (2.8.1)
136+
mail (2.9.0)
137+
logger
133138
mini_mime (>= 0.1.1)
134139
net-imap
135140
net-pop
136141
net-smtp
137-
marcel (1.0.4)
142+
marcel (1.1.0)
138143
matrix (0.4.2)
139144
mini_mime (1.1.5)
140-
mini_portile2 (2.8.9)
141-
minitest (5.25.5)
145+
minitest (5.26.0)
142146
msgpack (1.7.2)
143-
net-imap (0.5.7)
147+
net-imap (0.5.12)
144148
date
145149
net-protocol
146150
net-pop (0.1.2)
@@ -150,16 +154,16 @@ GEM
150154
net-smtp (0.5.1)
151155
net-protocol
152156
nio4r (2.7.4)
153-
nokogiri (1.18.9-aarch64-linux-gnu)
157+
nokogiri (1.18.10-aarch64-linux-gnu)
154158
racc (~> 1.4)
155-
nokogiri (1.18.9-arm64-darwin)
159+
nokogiri (1.18.10-arm64-darwin)
156160
racc (~> 1.4)
157-
nokogiri (1.18.9-x86_64-linux-gnu)
161+
nokogiri (1.18.10-x86_64-linux-gnu)
158162
racc (~> 1.4)
159-
pp (0.6.2)
163+
pp (0.6.3)
160164
prettyprint
161165
prettyprint (0.2.0)
162-
psych (5.2.3)
166+
psych (5.2.6)
163167
date
164168
stringio
165169
public_suffix (5.0.5)
@@ -174,44 +178,47 @@ GEM
174178
rack (>= 1.3)
175179
rackup (2.2.1)
176180
rack (>= 3)
177-
rails (8.0.2.1)
178-
actioncable (= 8.0.2.1)
179-
actionmailbox (= 8.0.2.1)
180-
actionmailer (= 8.0.2.1)
181-
actionpack (= 8.0.2.1)
182-
actiontext (= 8.0.2.1)
183-
actionview (= 8.0.2.1)
184-
activejob (= 8.0.2.1)
185-
activemodel (= 8.0.2.1)
186-
activerecord (= 8.0.2.1)
187-
activestorage (= 8.0.2.1)
188-
activesupport (= 8.0.2.1)
181+
rails (8.1.1)
182+
actioncable (= 8.1.1)
183+
actionmailbox (= 8.1.1)
184+
actionmailer (= 8.1.1)
185+
actionpack (= 8.1.1)
186+
actiontext (= 8.1.1)
187+
actionview (= 8.1.1)
188+
activejob (= 8.1.1)
189+
activemodel (= 8.1.1)
190+
activerecord (= 8.1.1)
191+
activestorage (= 8.1.1)
192+
activesupport (= 8.1.1)
189193
bundler (>= 1.15.0)
190-
railties (= 8.0.2.1)
194+
railties (= 8.1.1)
191195
rails-dom-testing (2.3.0)
192196
activesupport (>= 5.0.0)
193197
minitest
194198
nokogiri (>= 1.6)
195199
rails-html-sanitizer (1.6.2)
196200
loofah (~> 2.21)
197201
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)
198-
railties (8.0.2.1)
199-
actionpack (= 8.0.2.1)
200-
activesupport (= 8.0.2.1)
202+
railties (8.1.1)
203+
actionpack (= 8.1.1)
204+
activesupport (= 8.1.1)
201205
irb (~> 1.13)
202206
rackup (>= 1.0.0)
203207
rake (>= 12.2)
204208
thor (~> 1.0, >= 1.2.2)
209+
tsort (>= 0.2)
205210
zeitwerk (~> 2.6)
206-
rake (13.2.1)
207-
rdoc (6.12.0)
211+
rake (13.3.0)
212+
rdoc (6.15.0)
213+
erb
208214
psych (>= 4.0.0)
215+
tsort
209216
redis (5.2.0)
210217
redis-client (>= 0.22.0)
211218
redis-client (0.22.2)
212219
connection_pool
213220
regexp_parser (2.9.2)
214-
reline (0.6.0)
221+
reline (0.6.2)
215222
io-console (~> 0.5)
216223
rexml (3.3.9)
217224
rubyzip (2.3.2)
@@ -228,37 +235,36 @@ GEM
228235
actionpack (>= 6.1)
229236
activesupport (>= 6.1)
230237
sprockets (>= 3.0.0)
231-
sqlite3 (1.7.3)
232-
mini_portile2 (~> 2.8.0)
233238
sqlite3 (1.7.3-aarch64-linux)
234239
sqlite3 (1.7.3-arm64-darwin)
235240
sqlite3 (1.7.3-x86_64-linux)
236241
stimulus-rails (1.3.3)
237242
railties (>= 6.0.0)
238-
stringio (3.1.5)
243+
stringio (3.1.7)
239244
thor (1.4.0)
240245
timeout (0.4.3)
246+
tsort (0.2.0)
241247
turbo-rails (2.0.5)
242248
actionpack (>= 6.0.0)
243249
activejob (>= 6.0.0)
244250
railties (>= 6.0.0)
245251
tzinfo (2.0.6)
246252
concurrent-ruby (~> 1.0)
247-
uri (1.0.3)
253+
uri (1.0.4)
248254
useragent (0.16.11)
249255
web-console (4.2.1)
250256
actionview (>= 6.0.0)
251257
activemodel (>= 6.0.0)
252258
bindex (>= 0.4.0)
253259
railties (>= 6.0.0)
254260
websocket (1.2.10)
255-
websocket-driver (0.7.7)
261+
websocket-driver (0.8.0)
256262
base64
257263
websocket-extensions (>= 0.1.0)
258264
websocket-extensions (0.1.5)
259265
xpath (3.2.0)
260266
nokogiri (~> 1.8)
261-
zeitwerk (2.7.2)
267+
zeitwerk (2.7.3)
262268

263269
PLATFORMS
264270
aarch64-linux
@@ -276,8 +282,7 @@ DEPENDENCIES
276282
jbuilder
277283
logto!
278284
puma (>= 5.0)
279-
rack (>= 3.2.2)
280-
rails (~> 8.0.0, >= 8.0.2)
285+
rails (~> 8.1.0, >= 8.1.1)
281286
redis (>= 4.0.1)
282287
selenium-webdriver
283288
sprockets-rails

0 commit comments

Comments
 (0)