Skip to content

Commit 8159ce3

Browse files
chore(deps): update dependency rails to v8
1 parent aa295a4 commit 8159ce3

File tree

2 files changed

+106
-86
lines changed

2 files changed

+106
-86
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby ">3.0"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "~> 7.0.0"
7+
gem "rails", "~> 8.0.0"
88

99
# Use sqlite3 as the database for Active Record
1010
gem "sqlite3", "~> 1.4"

Gemfile.lock

+105-85
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,93 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8.6)
5-
actionpack (= 7.0.8.6)
6-
activesupport (= 7.0.8.6)
4+
actioncable (8.0.0)
5+
actionpack (= 8.0.0)
6+
activesupport (= 8.0.0)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8.6)
10-
actionpack (= 7.0.8.6)
11-
activejob (= 7.0.8.6)
12-
activerecord (= 7.0.8.6)
13-
activestorage (= 7.0.8.6)
14-
activesupport (= 7.0.8.6)
15-
mail (>= 2.7.1)
16-
net-imap
17-
net-pop
18-
net-smtp
19-
actionmailer (7.0.8.6)
20-
actionpack (= 7.0.8.6)
21-
actionview (= 7.0.8.6)
22-
activejob (= 7.0.8.6)
23-
activesupport (= 7.0.8.6)
24-
mail (~> 2.5, >= 2.5.4)
25-
net-imap
26-
net-pop
27-
net-smtp
28-
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.8.6)
30-
actionview (= 7.0.8.6)
31-
activesupport (= 7.0.8.6)
32-
rack (~> 2.0, >= 2.2.4)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (8.0.0)
11+
actionpack (= 8.0.0)
12+
activejob (= 8.0.0)
13+
activerecord (= 8.0.0)
14+
activestorage (= 8.0.0)
15+
activesupport (= 8.0.0)
16+
mail (>= 2.8.0)
17+
actionmailer (8.0.0)
18+
actionpack (= 8.0.0)
19+
actionview (= 8.0.0)
20+
activejob (= 8.0.0)
21+
activesupport (= 8.0.0)
22+
mail (>= 2.8.0)
23+
rails-dom-testing (~> 2.2)
24+
actionpack (8.0.0)
25+
actionview (= 8.0.0)
26+
activesupport (= 8.0.0)
27+
nokogiri (>= 1.8.5)
28+
rack (>= 2.2.4)
29+
rack-session (>= 1.0.1)
3330
rack-test (>= 0.6.3)
34-
rails-dom-testing (~> 2.0)
35-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.8.6)
37-
actionpack (= 7.0.8.6)
38-
activerecord (= 7.0.8.6)
39-
activestorage (= 7.0.8.6)
40-
activesupport (= 7.0.8.6)
31+
rails-dom-testing (~> 2.2)
32+
rails-html-sanitizer (~> 1.6)
33+
useragent (~> 0.16)
34+
actiontext (8.0.0)
35+
actionpack (= 8.0.0)
36+
activerecord (= 8.0.0)
37+
activestorage (= 8.0.0)
38+
activesupport (= 8.0.0)
4139
globalid (>= 0.6.0)
4240
nokogiri (>= 1.8.5)
43-
actionview (7.0.8.6)
44-
activesupport (= 7.0.8.6)
41+
actionview (8.0.0)
42+
activesupport (= 8.0.0)
4543
builder (~> 3.1)
46-
erubi (~> 1.4)
47-
rails-dom-testing (~> 2.0)
48-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.8.6)
50-
activesupport (= 7.0.8.6)
44+
erubi (~> 1.11)
45+
rails-dom-testing (~> 2.2)
46+
rails-html-sanitizer (~> 1.6)
47+
activejob (8.0.0)
48+
activesupport (= 8.0.0)
5149
globalid (>= 0.3.6)
52-
activemodel (7.0.8.6)
53-
activesupport (= 7.0.8.6)
54-
activerecord (7.0.8.6)
55-
activemodel (= 7.0.8.6)
56-
activesupport (= 7.0.8.6)
57-
activestorage (7.0.8.6)
58-
actionpack (= 7.0.8.6)
59-
activejob (= 7.0.8.6)
60-
activerecord (= 7.0.8.6)
61-
activesupport (= 7.0.8.6)
50+
activemodel (8.0.0)
51+
activesupport (= 8.0.0)
52+
activerecord (8.0.0)
53+
activemodel (= 8.0.0)
54+
activesupport (= 8.0.0)
55+
timeout (>= 0.4.0)
56+
activestorage (8.0.0)
57+
actionpack (= 8.0.0)
58+
activejob (= 8.0.0)
59+
activerecord (= 8.0.0)
60+
activesupport (= 8.0.0)
6261
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8.6)
65-
concurrent-ruby (~> 1.0, >= 1.0.2)
62+
activesupport (8.0.0)
63+
base64
64+
benchmark (>= 0.3)
65+
bigdecimal
66+
concurrent-ruby (~> 1.0, >= 1.3.1)
67+
connection_pool (>= 2.2.5)
68+
drb
6669
i18n (>= 1.6, < 2)
70+
logger (>= 1.4.2)
6771
minitest (>= 5.1)
68-
tzinfo (~> 2.0)
72+
securerandom (>= 0.3)
73+
tzinfo (~> 2.0, >= 2.0.5)
74+
uri (>= 0.13.1)
75+
base64 (0.2.0)
76+
benchmark (0.3.0)
77+
bigdecimal (3.1.8)
6978
bootsnap (1.18.3)
7079
msgpack (~> 1.2)
7180
builder (3.3.0)
7281
coderay (1.1.3)
7382
concurrent-ruby (1.3.4)
83+
connection_pool (2.4.1)
7484
crass (1.0.6)
7585
csv (0.1.0)
76-
date (3.3.4)
86+
date (3.4.0)
7787
debug (1.9.1)
7888
irb (~> 1.10)
7989
reline (>= 0.3.8)
90+
drb (2.2.1)
8091
erubi (1.13.0)
8192
globalid (1.2.1)
8293
activesupport (>= 6.1)
@@ -87,10 +98,11 @@ GEM
8798
i18n (1.14.6)
8899
concurrent-ruby (~> 1.0)
89100
io-console (0.7.2)
90-
irb (1.11.2)
91-
rdoc
101+
irb (1.14.1)
102+
rdoc (>= 4.0.0)
92103
reline (>= 0.4.2)
93-
loofah (2.22.0)
104+
logger (1.6.1)
105+
loofah (2.23.1)
94106
crass (~> 1.0.2)
95107
nokogiri (>= 1.12.0)
96108
mail (2.8.1)
@@ -99,12 +111,12 @@ GEM
99111
net-pop
100112
net-smtp
101113
marcel (1.0.4)
102-
method_source (1.0.0)
114+
method_source (1.1.0)
103115
mini_mime (1.1.5)
104-
minitest (5.23.1)
116+
minitest (5.25.1)
105117
msgpack (1.7.2)
106118
multi_xml (0.6.0)
107-
net-imap (0.4.17)
119+
net-imap (0.5.0)
108120
date
109121
net-protocol
110122
net-pop (0.1.2)
@@ -128,56 +140,64 @@ GEM
128140
puma (5.6.9)
129141
nio4r (~> 2.0)
130142
racc (1.8.1)
131-
rack (2.2.10)
143+
rack (3.1.8)
144+
rack-session (2.0.0)
145+
rack (>= 3.0.0)
132146
rack-test (2.1.0)
133147
rack (>= 1.3)
134-
rails (7.0.8.6)
135-
actioncable (= 7.0.8.6)
136-
actionmailbox (= 7.0.8.6)
137-
actionmailer (= 7.0.8.6)
138-
actionpack (= 7.0.8.6)
139-
actiontext (= 7.0.8.6)
140-
actionview (= 7.0.8.6)
141-
activejob (= 7.0.8.6)
142-
activemodel (= 7.0.8.6)
143-
activerecord (= 7.0.8.6)
144-
activestorage (= 7.0.8.6)
145-
activesupport (= 7.0.8.6)
148+
rackup (2.2.0)
149+
rack (>= 3)
150+
rails (8.0.0)
151+
actioncable (= 8.0.0)
152+
actionmailbox (= 8.0.0)
153+
actionmailer (= 8.0.0)
154+
actionpack (= 8.0.0)
155+
actiontext (= 8.0.0)
156+
actionview (= 8.0.0)
157+
activejob (= 8.0.0)
158+
activemodel (= 8.0.0)
159+
activerecord (= 8.0.0)
160+
activestorage (= 8.0.0)
161+
activesupport (= 8.0.0)
146162
bundler (>= 1.15.0)
147-
railties (= 7.0.8.6)
163+
railties (= 8.0.0)
148164
rails-dom-testing (2.2.0)
149165
activesupport (>= 5.0.0)
150166
minitest
151167
nokogiri (>= 1.6)
152168
rails-html-sanitizer (1.6.0)
153169
loofah (~> 2.21)
154170
nokogiri (~> 1.14)
155-
railties (7.0.8.6)
156-
actionpack (= 7.0.8.6)
157-
activesupport (= 7.0.8.6)
158-
method_source
171+
railties (8.0.0)
172+
actionpack (= 8.0.0)
173+
activesupport (= 8.0.0)
174+
irb (~> 1.13)
175+
rackup (>= 1.0.0)
159176
rake (>= 12.2)
160-
thor (~> 1.0)
161-
zeitwerk (~> 2.5)
177+
thor (~> 1.0, >= 1.2.2)
178+
zeitwerk (~> 2.6)
162179
rake (13.2.1)
163180
rdoc (6.6.2)
164181
psych (>= 4.0.0)
165182
reline (0.4.2)
166183
io-console (~> 0.5)
167184
resend (0.13.0)
168185
httparty (>= 0.21.0)
186+
securerandom (0.3.1)
169187
sqlite3 (1.7.3-arm64-darwin)
170188
sqlite3 (1.7.3-x86_64-darwin)
171189
sqlite3 (1.7.3-x86_64-linux)
172190
stringio (3.1.0)
173191
thor (1.3.2)
174-
timeout (0.4.1)
192+
timeout (0.4.2)
175193
tzinfo (2.0.6)
176194
concurrent-ruby (~> 1.0)
195+
uri (1.0.0)
196+
useragent (0.16.10)
177197
websocket-driver (0.7.6)
178198
websocket-extensions (>= 0.1.0)
179199
websocket-extensions (0.1.5)
180-
zeitwerk (2.6.18)
200+
zeitwerk (2.7.1)
181201

182202
PLATFORMS
183203
arm64-darwin-22
@@ -189,7 +209,7 @@ DEPENDENCIES
189209
debug
190210
pry
191211
puma (~> 5.6)
192-
rails (~> 7.0.0)
212+
rails (~> 8.0.0)
193213
resend
194214
sqlite3 (~> 1.4)
195215
tzinfo-data

0 commit comments

Comments
 (0)