Skip to content

Commit 9c3e39b

Browse files
Update dependency rails to v8.1.1
1 parent 727cd59 commit 9c3e39b

File tree

2 files changed

+71
-66
lines changed

2 files changed

+71
-66
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'coffee-rails', '5.0.0'
88
gem 'jbuilder', '2.14.1'
99
gem 'mysql2', '0.5.7'
1010
gem 'puma', '7.0.4'
11-
gem 'rails', '8.0.3'
11+
gem 'rails', '8.1.1'
1212
gem 'sass-rails', '6.0.0'
1313
gem 'turbolinks', '5.2.1'
1414
gem 'uglifier', '4.2.1'

Gemfile.lock

Lines changed: 70 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,75 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.3)
5-
actionpack (= 8.0.3)
6-
activesupport (= 8.0.3)
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)
911
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.3)
11-
actionpack (= 8.0.3)
12-
activejob (= 8.0.3)
13-
activerecord (= 8.0.3)
14-
activestorage (= 8.0.3)
15-
activesupport (= 8.0.3)
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)
1618
mail (>= 2.8.0)
17-
actionmailer (8.0.3)
18-
actionpack (= 8.0.3)
19-
actionview (= 8.0.3)
20-
activejob (= 8.0.3)
21-
activesupport (= 8.0.3)
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)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.3)
25-
actionview (= 8.0.3)
26-
activesupport (= 8.0.3)
26+
actionpack (8.1.1)
27+
actionview (= 8.1.1)
28+
activesupport (= 8.1.1)
2729
nokogiri (>= 1.8.5)
2830
rack (>= 2.2.4)
2931
rack-session (>= 1.0.1)
3032
rack-test (>= 0.6.3)
3133
rails-dom-testing (~> 2.2)
3234
rails-html-sanitizer (~> 1.6)
3335
useragent (~> 0.16)
34-
actiontext (8.0.3)
35-
actionpack (= 8.0.3)
36-
activerecord (= 8.0.3)
37-
activestorage (= 8.0.3)
38-
activesupport (= 8.0.3)
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)
3942
globalid (>= 0.6.0)
4043
nokogiri (>= 1.8.5)
41-
actionview (8.0.3)
42-
activesupport (= 8.0.3)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
4346
builder (~> 3.1)
4447
erubi (~> 1.11)
4548
rails-dom-testing (~> 2.2)
4649
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.3)
48-
activesupport (= 8.0.3)
50+
activejob (8.1.1)
51+
activesupport (= 8.1.1)
4952
globalid (>= 0.3.6)
50-
activemodel (8.0.3)
51-
activesupport (= 8.0.3)
52-
activerecord (8.0.3)
53-
activemodel (= 8.0.3)
54-
activesupport (= 8.0.3)
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)
5558
timeout (>= 0.4.0)
56-
activestorage (8.0.3)
57-
actionpack (= 8.0.3)
58-
activejob (= 8.0.3)
59-
activerecord (= 8.0.3)
60-
activesupport (= 8.0.3)
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)
6164
marcel (~> 1.0)
62-
activesupport (8.0.3)
65+
activesupport (8.1.1)
6366
base64
64-
benchmark (>= 0.3)
6567
bigdecimal
6668
concurrent-ruby (~> 1.0, >= 1.3.1)
6769
connection_pool (>= 2.2.5)
6870
drb
6971
i18n (>= 1.6, < 2)
72+
json
7073
logger (>= 1.4.2)
7174
minitest (>= 5.1)
7275
securerandom (>= 0.3)
@@ -76,8 +79,7 @@ GEM
7679
public_suffix (>= 2.0.2, < 7.0)
7780
awesome_print (1.9.2)
7881
base64 (0.3.0)
79-
benchmark (0.4.1)
80-
bigdecimal (3.2.3)
82+
bigdecimal (3.3.1)
8183
bindex (0.8.1)
8284
bootsnap (1.18.6)
8385
msgpack (~> 1.2)
@@ -116,7 +118,7 @@ GEM
116118
dotenv (= 3.1.8)
117119
railties (>= 6.1)
118120
drb (2.2.3)
119-
erb (5.0.2)
121+
erb (5.1.3)
120122
erubi (1.13.1)
121123
execjs (2.10.0)
122124
factory_bot (6.5.5)
@@ -137,14 +139,16 @@ GEM
137139
jbuilder (2.14.1)
138140
actionview (>= 7.0.0)
139141
activesupport (>= 7.0.0)
142+
json (0.4.3)
140143
listen (3.9.0)
141144
rb-fsevent (~> 0.10, >= 0.10.3)
142145
rb-inotify (~> 0.9, >= 0.9.10)
143146
logger (1.7.0)
144147
loofah (2.24.1)
145148
crass (~> 1.0.2)
146149
nokogiri (>= 1.12.0)
147-
mail (2.8.1)
150+
mail (2.9.0)
151+
logger
148152
mini_mime (>= 0.1.1)
149153
net-imap
150154
net-pop
@@ -154,11 +158,11 @@ GEM
154158
method_source (1.1.0)
155159
mini_mime (1.1.5)
156160
mini_portile2 (2.8.9)
157-
minitest (5.25.5)
161+
minitest (5.26.0)
158162
msgpack (1.8.0)
159163
mysql2 (0.5.7)
160164
bigdecimal
161-
net-imap (0.5.10)
165+
net-imap (0.5.12)
162166
date
163167
net-protocol
164168
net-pop (0.1.2)
@@ -171,7 +175,7 @@ GEM
171175
nokogiri (1.18.10)
172176
mini_portile2 (~> 2.8.2)
173177
racc (~> 1.4)
174-
pp (0.6.2)
178+
pp (0.6.3)
175179
prettyprint
176180
prettyprint (0.2.0)
177181
pry (0.15.2)
@@ -189,7 +193,7 @@ GEM
189193
puma (7.0.4)
190194
nio4r (~> 2.0)
191195
racc (1.8.1)
192-
rack (3.2.1)
196+
rack (3.2.3)
193197
rack-proxy (0.7.7)
194198
rack
195199
rack-session (2.1.1)
@@ -199,30 +203,30 @@ GEM
199203
rack (>= 1.3)
200204
rackup (2.2.1)
201205
rack (>= 3)
202-
rails (8.0.3)
203-
actioncable (= 8.0.3)
204-
actionmailbox (= 8.0.3)
205-
actionmailer (= 8.0.3)
206-
actionpack (= 8.0.3)
207-
actiontext (= 8.0.3)
208-
actionview (= 8.0.3)
209-
activejob (= 8.0.3)
210-
activemodel (= 8.0.3)
211-
activerecord (= 8.0.3)
212-
activestorage (= 8.0.3)
213-
activesupport (= 8.0.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)
214218
bundler (>= 1.15.0)
215-
railties (= 8.0.3)
219+
railties (= 8.1.1)
216220
rails-dom-testing (2.3.0)
217221
activesupport (>= 5.0.0)
218222
minitest
219223
nokogiri (>= 1.6)
220224
rails-html-sanitizer (1.6.2)
221225
loofah (~> 2.21)
222226
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)
223-
railties (8.0.3)
224-
actionpack (= 8.0.3)
225-
activesupport (= 8.0.3)
227+
railties (8.1.1)
228+
actionpack (= 8.1.1)
229+
activesupport (= 8.1.1)
226230
irb (~> 1.13)
227231
rackup (>= 1.0.0)
228232
rake (>= 12.2)
@@ -233,9 +237,10 @@ GEM
233237
rb-fsevent (0.11.2)
234238
rb-inotify (0.11.1)
235239
ffi (~> 1.0)
236-
rdoc (6.14.2)
240+
rdoc (6.15.0)
237241
erb
238242
psych (>= 4.0.0)
243+
tsort
239244
regexp_parser (2.11.3)
240245
reline (0.6.2)
241246
io-console (~> 0.5)
@@ -308,7 +313,7 @@ GEM
308313
concurrent-ruby (~> 1.0)
309314
uglifier (4.2.1)
310315
execjs (>= 0.3.0, < 3)
311-
uri (1.0.3)
316+
uri (1.0.4)
312317
useragent (0.16.11)
313318
web-console (4.2.1)
314319
actionview (>= 6.0.0)
@@ -350,7 +355,7 @@ DEPENDENCIES
350355
pry-byebug
351356
pry-rails
352357
puma (= 7.0.4)
353-
rails (= 8.0.3)
358+
rails (= 8.1.1)
354359
rspec-rails (= 8.0.2)
355360
sass-rails (= 6.0.0)
356361
shoulda-matchers

0 commit comments

Comments
 (0)