Skip to content

Commit 46d13c2

Browse files
Bump rails from 8.0.3 to 8.1.1
Bumps [rails](https://github.com/rails/rails) from 8.0.3 to 8.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.3...v8.1.1) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68bb1bf commit 46d13c2

2 files changed

Lines changed: 70 additions & 67 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44
# ======================================
55
# [Core Framework]
66
# ======================================
7-
gem "rails", "~> 8.0.3"
7+
gem "rails", "~> 8.1.1"
88
gem "puma", ">= 5.0"
99
gem "bootsnap", require: false
1010

Gemfile.lock

Lines changed: 69 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,83 @@
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)
7376
tzinfo (~> 2.0, >= 2.0.5)
7477
uri (>= 0.13.1)
7578
ast (2.4.3)
7679
base64 (0.3.0)
77-
benchmark (0.4.1)
78-
bigdecimal (3.3.0)
80+
bigdecimal (3.3.1)
7981
bootsnap (1.18.6)
8082
msgpack (~> 1.2)
8183
brakeman (7.1.0)
@@ -84,12 +86,12 @@ GEM
8486
concurrent-ruby (1.3.5)
8587
connection_pool (2.5.4)
8688
crass (1.0.6)
87-
date (3.4.1)
89+
date (3.5.0)
8890
debug (1.11.0)
8991
irb (~> 1.10)
9092
reline (>= 0.3.8)
9193
drb (2.2.3)
92-
erb (5.0.3)
94+
erb (5.1.3)
9395
erubi (1.13.1)
9496
et-orbi (1.4.0)
9597
tzinfo
@@ -123,7 +125,8 @@ GEM
123125
loofah (2.24.1)
124126
crass (~> 1.0.2)
125127
nokogiri (>= 1.12.0)
126-
mail (2.8.1)
128+
mail (2.9.0)
129+
logger
127130
mini_mime (>= 0.1.1)
128131
net-imap
129132
net-pop
@@ -143,7 +146,7 @@ GEM
143146
timeout
144147
net-smtp (0.5.1)
145148
net-protocol
146-
nio4r (2.7.4)
149+
nio4r (2.7.5)
147150
nokogiri (1.18.10-x64-mingw-ucrt)
148151
racc (~> 1.4)
149152
nokogiri (1.18.10-x86_64-linux-gnu)
@@ -163,47 +166,47 @@ GEM
163166
nio4r (~> 2.0)
164167
raabro (1.4.0)
165168
racc (1.8.1)
166-
rack (3.2.2)
169+
rack (3.2.3)
167170
rack-session (2.1.1)
168171
base64 (>= 0.1.0)
169172
rack (>= 3.0.0)
170173
rack-test (2.2.0)
171174
rack (>= 1.3)
172175
rackup (2.2.1)
173176
rack (>= 3)
174-
rails (8.0.3)
175-
actioncable (= 8.0.3)
176-
actionmailbox (= 8.0.3)
177-
actionmailer (= 8.0.3)
178-
actionpack (= 8.0.3)
179-
actiontext (= 8.0.3)
180-
actionview (= 8.0.3)
181-
activejob (= 8.0.3)
182-
activemodel (= 8.0.3)
183-
activerecord (= 8.0.3)
184-
activestorage (= 8.0.3)
185-
activesupport (= 8.0.3)
177+
rails (8.1.1)
178+
actioncable (= 8.1.1)
179+
actionmailbox (= 8.1.1)
180+
actionmailer (= 8.1.1)
181+
actionpack (= 8.1.1)
182+
actiontext (= 8.1.1)
183+
actionview (= 8.1.1)
184+
activejob (= 8.1.1)
185+
activemodel (= 8.1.1)
186+
activerecord (= 8.1.1)
187+
activestorage (= 8.1.1)
188+
activesupport (= 8.1.1)
186189
bundler (>= 1.15.0)
187-
railties (= 8.0.3)
190+
railties (= 8.1.1)
188191
rails-dom-testing (2.3.0)
189192
activesupport (>= 5.0.0)
190193
minitest
191194
nokogiri (>= 1.6)
192195
rails-html-sanitizer (1.6.2)
193196
loofah (~> 2.21)
194197
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)
195-
railties (8.0.3)
196-
actionpack (= 8.0.3)
197-
activesupport (= 8.0.3)
198+
railties (8.1.1)
199+
actionpack (= 8.1.1)
200+
activesupport (= 8.1.1)
198201
irb (~> 1.13)
199202
rackup (>= 1.0.0)
200203
rake (>= 12.2)
201204
thor (~> 1.0, >= 1.2.2)
202205
tsort (>= 0.2)
203206
zeitwerk (~> 2.6)
204207
rainbow (3.1.1)
205-
rake (13.3.0)
206-
rdoc (6.15.0)
208+
rake (13.3.1)
209+
rdoc (6.15.1)
207210
erb
208211
psych (>= 4.0.0)
209212
tsort
@@ -258,7 +261,7 @@ GEM
258261
thor (>= 1.3.1)
259262
stringio (3.1.7)
260263
thor (1.4.0)
261-
timeout (0.4.3)
264+
timeout (0.4.4)
262265
tsort (0.2.0)
263266
tzinfo (2.0.6)
264267
concurrent-ruby (~> 1.0)
@@ -267,7 +270,7 @@ GEM
267270
unicode-display_width (3.2.0)
268271
unicode-emoji (~> 4.1)
269272
unicode-emoji (4.1.0)
270-
uri (1.0.4)
273+
uri (1.1.0)
271274
useragent (0.16.11)
272275
websocket-driver (0.8.0)
273276
base64
@@ -289,7 +292,7 @@ DEPENDENCIES
289292
grpc-tools
290293
mysql2 (~> 0.5)
291294
puma (>= 5.0)
292-
rails (~> 8.0.3)
295+
rails (~> 8.1.1)
293296
rubocop-rails-omakase
294297
solid_cable
295298
solid_cache

0 commit comments

Comments
 (0)