Skip to content

Commit a669935

Browse files
authored
Update rails to version 8.1.1
1 parent bdb01ea commit a669935

File tree

2 files changed

+130
-96
lines changed

2 files changed

+130
-96
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
4-
gem 'rails', '~> 7.0.8'
4+
gem 'rails', '~> 8.1.1'
55
# Use mysql2 as the database for Active Record
66
gem 'mysql2'
77
# Use SCSS for stylesheets

Gemfile.lock

Lines changed: 129 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,87 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8.7)
5-
actionpack (= 7.0.8.7)
6-
activesupport (= 7.0.8.7)
4+
action_text-trix (2.1.15)
5+
railties
6+
actioncable (8.1.1)
7+
actionpack (= 8.1.1)
8+
activesupport (= 8.1.1)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8.7)
10-
actionpack (= 7.0.8.7)
11-
activejob (= 7.0.8.7)
12-
activerecord (= 7.0.8.7)
13-
activestorage (= 7.0.8.7)
14-
activesupport (= 7.0.8.7)
15-
mail (>= 2.7.1)
16-
net-imap
17-
net-pop
18-
net-smtp
19-
actionmailer (7.0.8.7)
20-
actionpack (= 7.0.8.7)
21-
actionview (= 7.0.8.7)
22-
activejob (= 7.0.8.7)
23-
activesupport (= 7.0.8.7)
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.7)
30-
actionview (= 7.0.8.7)
31-
activesupport (= 7.0.8.7)
32-
rack (~> 2.0, >= 2.2.4)
11+
zeitwerk (~> 2.6)
12+
actionmailbox (8.1.1)
13+
actionpack (= 8.1.1)
14+
activejob (= 8.1.1)
15+
activerecord (= 8.1.1)
16+
activestorage (= 8.1.1)
17+
activesupport (= 8.1.1)
18+
mail (>= 2.8.0)
19+
actionmailer (8.1.1)
20+
actionpack (= 8.1.1)
21+
actionview (= 8.1.1)
22+
activejob (= 8.1.1)
23+
activesupport (= 8.1.1)
24+
mail (>= 2.8.0)
25+
rails-dom-testing (~> 2.2)
26+
actionpack (8.1.1)
27+
actionview (= 8.1.1)
28+
activesupport (= 8.1.1)
29+
nokogiri (>= 1.8.5)
30+
rack (>= 2.2.4)
31+
rack-session (>= 1.0.1)
3332
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.7)
37-
actionpack (= 7.0.8.7)
38-
activerecord (= 7.0.8.7)
39-
activestorage (= 7.0.8.7)
40-
activesupport (= 7.0.8.7)
33+
rails-dom-testing (~> 2.2)
34+
rails-html-sanitizer (~> 1.6)
35+
useragent (~> 0.16)
36+
actiontext (8.1.1)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.1)
39+
activerecord (= 8.1.1)
40+
activestorage (= 8.1.1)
41+
activesupport (= 8.1.1)
4142
globalid (>= 0.6.0)
4243
nokogiri (>= 1.8.5)
43-
actionview (7.0.8.7)
44-
activesupport (= 7.0.8.7)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
4546
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.7)
50-
activesupport (= 7.0.8.7)
47+
erubi (~> 1.11)
48+
rails-dom-testing (~> 2.2)
49+
rails-html-sanitizer (~> 1.6)
50+
activejob (8.1.1)
51+
activesupport (= 8.1.1)
5152
globalid (>= 0.3.6)
52-
activemodel (7.0.8.7)
53-
activesupport (= 7.0.8.7)
54-
activerecord (7.0.8.7)
55-
activemodel (= 7.0.8.7)
56-
activesupport (= 7.0.8.7)
57-
activestorage (7.0.8.7)
58-
actionpack (= 7.0.8.7)
59-
activejob (= 7.0.8.7)
60-
activerecord (= 7.0.8.7)
61-
activesupport (= 7.0.8.7)
53+
activemodel (8.1.1)
54+
activesupport (= 8.1.1)
55+
activerecord (8.1.1)
56+
activemodel (= 8.1.1)
57+
activesupport (= 8.1.1)
58+
timeout (>= 0.4.0)
59+
activestorage (8.1.1)
60+
actionpack (= 8.1.1)
61+
activejob (= 8.1.1)
62+
activerecord (= 8.1.1)
63+
activesupport (= 8.1.1)
6264
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8.7)
65-
concurrent-ruby (~> 1.0, >= 1.0.2)
65+
activesupport (8.1.1)
66+
base64
67+
bigdecimal
68+
concurrent-ruby (~> 1.0, >= 1.3.1)
69+
connection_pool (>= 2.2.5)
70+
drb
6671
i18n (>= 1.6, < 2)
72+
json
73+
logger (>= 1.4.2)
6774
minitest (>= 5.1)
68-
tzinfo (~> 2.0)
75+
securerandom (>= 0.3)
76+
tzinfo (~> 2.0, >= 2.0.5)
77+
uri (>= 0.13.1)
6978
addressable (2.8.7)
7079
public_suffix (>= 2.0.2, < 7.0)
7180
ast (2.4.3)
7281
autoprefixer-rails (10.4.7.0)
7382
execjs (~> 2)
7483
base64 (0.3.0)
84+
bigdecimal (3.3.1)
7585
bindex (0.8.1)
7686
bootstrap-sass (3.4.1)
7787
autoprefixer-rails (>= 5.2.1)
@@ -92,29 +102,36 @@ GEM
92102
childprocess (5.1.0)
93103
logger (~> 1.5)
94104
coderay (1.1.3)
95-
concurrent-ruby (1.3.4)
105+
concurrent-ruby (1.3.5)
106+
connection_pool (2.5.4)
96107
crass (1.0.6)
97108
database_cleaner (2.1.0)
98109
database_cleaner-active_record (>= 2, < 3)
99110
database_cleaner-active_record (2.2.0)
100111
activerecord (>= 5.a)
101112
database_cleaner-core (~> 2.0.0)
102113
database_cleaner-core (2.0.1)
103-
date (3.4.1)
114+
date (3.5.0)
104115
diff-lcs (1.5.1)
105116
docile (1.4.0)
117+
drb (2.2.3)
106118
erubi (1.13.1)
107-
exception_notification (4.5.0)
108-
actionmailer (>= 5.2, < 8)
109-
activesupport (>= 5.2, < 8)
119+
exception_notification (5.0.1)
120+
actionmailer (>= 7.1, < 9)
121+
activesupport (>= 7.1, < 9)
110122
execjs (2.10.0)
111123
factory_bot (6.5.0)
112124
activesupport (>= 5.0.0)
113125
ffi (1.15.5)
114-
globalid (1.2.1)
126+
globalid (1.3.0)
115127
activesupport (>= 6.1)
116-
i18n (1.14.6)
128+
i18n (1.14.7)
117129
concurrent-ruby (~> 1.0)
130+
io-console (0.8.1)
131+
irb (1.15.3)
132+
pp (>= 0.6.0)
133+
rdoc (>= 4.0.0)
134+
reline (>= 0.4.2)
118135
jbuilder (2.13.0)
119136
actionview (>= 5.0.0)
120137
activesupport (>= 5.0.0)
@@ -130,38 +147,42 @@ GEM
130147
logger (~> 1.6)
131148
lint_roller (1.1.0)
132149
logger (1.7.0)
133-
loofah (2.24.0)
150+
loofah (2.24.1)
134151
crass (~> 1.0.2)
135152
nokogiri (>= 1.12.0)
136-
mail (2.8.1)
153+
mail (2.9.0)
154+
logger
137155
mini_mime (>= 0.1.1)
138156
net-imap
139157
net-pop
140158
net-smtp
141-
marcel (1.0.4)
159+
marcel (1.1.0)
142160
matrix (0.4.3)
143161
method_source (1.1.0)
144162
mini_mime (1.1.5)
145163
mini_portile2 (2.8.9)
146-
minitest (5.25.4)
164+
minitest (5.26.0)
147165
mysql2 (0.5.6)
148-
net-imap (0.5.6)
166+
net-imap (0.5.12)
149167
date
150168
net-protocol
151169
net-pop (0.1.2)
152170
net-protocol
153171
net-protocol (0.2.2)
154172
timeout
155-
net-smtp (0.5.0)
173+
net-smtp (0.5.1)
156174
net-protocol
157-
nio4r (2.7.4)
175+
nio4r (2.7.5)
158176
nokogiri (1.18.10)
159177
mini_portile2 (~> 2.8.2)
160178
racc (~> 1.4)
161179
parallel (1.27.0)
162180
parser (3.3.10.0)
163181
ast (~> 2.4.1)
164182
racc
183+
pp (0.6.3)
184+
prettyprint
185+
prettyprint (0.2.0)
165186
prism (1.6.0)
166187
pry (0.15.2)
167188
coderay (~> 1.1)
@@ -172,44 +193,53 @@ GEM
172193
puma (6.5.0)
173194
nio4r (~> 2.0)
174195
racc (1.8.1)
175-
rack (2.2.21)
196+
rack (3.2.4)
176197
rack-mini-profiler (3.3.1)
177198
rack (>= 1.2.0)
199+
rack-session (2.1.1)
200+
base64 (>= 0.1.0)
201+
rack (>= 3.0.0)
178202
rack-test (2.2.0)
179203
rack (>= 1.3)
180-
rails (7.0.8.7)
181-
actioncable (= 7.0.8.7)
182-
actionmailbox (= 7.0.8.7)
183-
actionmailer (= 7.0.8.7)
184-
actionpack (= 7.0.8.7)
185-
actiontext (= 7.0.8.7)
186-
actionview (= 7.0.8.7)
187-
activejob (= 7.0.8.7)
188-
activemodel (= 7.0.8.7)
189-
activerecord (= 7.0.8.7)
190-
activestorage (= 7.0.8.7)
191-
activesupport (= 7.0.8.7)
204+
rackup (2.2.1)
205+
rack (>= 3)
206+
rails (8.1.1)
207+
actioncable (= 8.1.1)
208+
actionmailbox (= 8.1.1)
209+
actionmailer (= 8.1.1)
210+
actionpack (= 8.1.1)
211+
actiontext (= 8.1.1)
212+
actionview (= 8.1.1)
213+
activejob (= 8.1.1)
214+
activemodel (= 8.1.1)
215+
activerecord (= 8.1.1)
216+
activestorage (= 8.1.1)
217+
activesupport (= 8.1.1)
192218
bundler (>= 1.15.0)
193-
railties (= 7.0.8.7)
194-
rails-dom-testing (2.2.0)
219+
railties (= 8.1.1)
220+
rails-dom-testing (2.3.0)
195221
activesupport (>= 5.0.0)
196222
minitest
197223
nokogiri (>= 1.6)
198224
rails-html-sanitizer (1.6.2)
199225
loofah (~> 2.21)
200226
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)
201-
railties (7.0.8.7)
202-
actionpack (= 7.0.8.7)
203-
activesupport (= 7.0.8.7)
204-
method_source
227+
railties (8.1.1)
228+
actionpack (= 8.1.1)
229+
activesupport (= 8.1.1)
230+
irb (~> 1.13)
231+
rackup (>= 1.0.0)
205232
rake (>= 12.2)
206-
thor (~> 1.0)
207-
zeitwerk (~> 2.5)
233+
thor (~> 1.0, >= 1.2.2)
234+
tsort (>= 0.2)
235+
zeitwerk (~> 2.6)
208236
rainbow (3.1.1)
209-
rake (13.2.1)
237+
rake (13.3.1)
210238
rdoc (6.6.3.1)
211239
psych (>= 4.0.0)
212240
regexp_parser (2.11.3)
241+
reline (0.6.2)
242+
io-console (~> 0.5)
213243
rexml (3.4.4)
214244
rspec-collection_matchers (1.2.1)
215245
rspec-expectations (>= 2.99.0.beta1)
@@ -268,6 +298,7 @@ GEM
268298
tilt
269299
sdoc (2.4.0)
270300
rdoc (>= 5.0)
301+
securerandom (0.4.1)
271302
selenium-webdriver (4.38.0)
272303
base64 (~> 0.2)
273304
logger (~> 1.4)
@@ -293,7 +324,8 @@ GEM
293324
thor (1.4.0)
294325
tilt (2.0.11)
295326
timecop (0.9.10)
296-
timeout (0.4.3)
327+
timeout (0.4.4)
328+
tsort (0.2.0)
297329
turbolinks (5.2.1)
298330
turbolinks-source (~> 5.2)
299331
turbolinks-source (5.2.0)
@@ -304,19 +336,21 @@ GEM
304336
unicode-display_width (3.2.0)
305337
unicode-emoji (~> 4.1)
306338
unicode-emoji (4.1.0)
339+
uri (1.1.1)
340+
useragent (0.16.11)
307341
web-console (4.0.4)
308342
actionview (>= 6.0.0)
309343
activemodel (>= 6.0.0)
310344
bindex (>= 0.4.0)
311345
railties (>= 6.0.0)
312346
websocket (1.2.11)
313-
websocket-driver (0.7.7)
347+
websocket-driver (0.8.0)
314348
base64
315349
websocket-extensions (>= 0.1.0)
316350
websocket-extensions (0.1.5)
317351
xpath (3.2.0)
318352
nokogiri (~> 1.8)
319-
zeitwerk (2.7.1)
353+
zeitwerk (2.7.3)
320354

321355
PLATFORMS
322356
ruby
@@ -338,7 +372,7 @@ DEPENDENCIES
338372
pry
339373
puma
340374
rack-mini-profiler
341-
rails (~> 7.0.8)
375+
rails (~> 8.1.1)
342376
rspec-collection_matchers
343377
rspec-rails
344378
rubocop

0 commit comments

Comments
 (0)