Skip to content

Commit 99e16a8

Browse files
Bump rails from 8.0.2.1 to 8.1.0
Bumps [rails](https://github.com/rails/rails) from 8.0.2.1 to 8.1.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.2.1...v8.1.0) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ff21f34 commit 99e16a8

File tree

2 files changed

+63
-60
lines changed

2 files changed

+63
-60
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", branch: "main"
4-
gem "rails", "~> 8.0.2"
4+
gem "rails", "~> 8.1.0"
55
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66
gem "propshaft"
77
# Use Postgres as the database for Active Record

Gemfile.lock

Lines changed: 62 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -9,72 +9,75 @@ GEM
99
remote: https://rubygems.org/
1010
specs:
1111
RedCloth (4.3.4)
12-
actioncable (8.0.2.1)
13-
actionpack (= 8.0.2.1)
14-
activesupport (= 8.0.2.1)
12+
action_text-trix (2.1.15)
13+
railties
14+
actioncable (8.1.0)
15+
actionpack (= 8.1.0)
16+
activesupport (= 8.1.0)
1517
nio4r (~> 2.0)
1618
websocket-driver (>= 0.6.1)
1719
zeitwerk (~> 2.6)
18-
actionmailbox (8.0.2.1)
19-
actionpack (= 8.0.2.1)
20-
activejob (= 8.0.2.1)
21-
activerecord (= 8.0.2.1)
22-
activestorage (= 8.0.2.1)
23-
activesupport (= 8.0.2.1)
20+
actionmailbox (8.1.0)
21+
actionpack (= 8.1.0)
22+
activejob (= 8.1.0)
23+
activerecord (= 8.1.0)
24+
activestorage (= 8.1.0)
25+
activesupport (= 8.1.0)
2426
mail (>= 2.8.0)
25-
actionmailer (8.0.2.1)
26-
actionpack (= 8.0.2.1)
27-
actionview (= 8.0.2.1)
28-
activejob (= 8.0.2.1)
29-
activesupport (= 8.0.2.1)
27+
actionmailer (8.1.0)
28+
actionpack (= 8.1.0)
29+
actionview (= 8.1.0)
30+
activejob (= 8.1.0)
31+
activesupport (= 8.1.0)
3032
mail (>= 2.8.0)
3133
rails-dom-testing (~> 2.2)
32-
actionpack (8.0.2.1)
33-
actionview (= 8.0.2.1)
34-
activesupport (= 8.0.2.1)
34+
actionpack (8.1.0)
35+
actionview (= 8.1.0)
36+
activesupport (= 8.1.0)
3537
nokogiri (>= 1.8.5)
3638
rack (>= 2.2.4)
3739
rack-session (>= 1.0.1)
3840
rack-test (>= 0.6.3)
3941
rails-dom-testing (~> 2.2)
4042
rails-html-sanitizer (~> 1.6)
4143
useragent (~> 0.16)
42-
actiontext (8.0.2.1)
43-
actionpack (= 8.0.2.1)
44-
activerecord (= 8.0.2.1)
45-
activestorage (= 8.0.2.1)
46-
activesupport (= 8.0.2.1)
44+
actiontext (8.1.0)
45+
action_text-trix (~> 2.1.15)
46+
actionpack (= 8.1.0)
47+
activerecord (= 8.1.0)
48+
activestorage (= 8.1.0)
49+
activesupport (= 8.1.0)
4750
globalid (>= 0.6.0)
4851
nokogiri (>= 1.8.5)
49-
actionview (8.0.2.1)
50-
activesupport (= 8.0.2.1)
52+
actionview (8.1.0)
53+
activesupport (= 8.1.0)
5154
builder (~> 3.1)
5255
erubi (~> 1.11)
5356
rails-dom-testing (~> 2.2)
5457
rails-html-sanitizer (~> 1.6)
55-
activejob (8.0.2.1)
56-
activesupport (= 8.0.2.1)
58+
activejob (8.1.0)
59+
activesupport (= 8.1.0)
5760
globalid (>= 0.3.6)
58-
activemodel (8.0.2.1)
59-
activesupport (= 8.0.2.1)
60-
activerecord (8.0.2.1)
61-
activemodel (= 8.0.2.1)
62-
activesupport (= 8.0.2.1)
61+
activemodel (8.1.0)
62+
activesupport (= 8.1.0)
63+
activerecord (8.1.0)
64+
activemodel (= 8.1.0)
65+
activesupport (= 8.1.0)
6366
timeout (>= 0.4.0)
64-
activestorage (8.0.2.1)
65-
actionpack (= 8.0.2.1)
66-
activejob (= 8.0.2.1)
67-
activerecord (= 8.0.2.1)
68-
activesupport (= 8.0.2.1)
67+
activestorage (8.1.0)
68+
actionpack (= 8.1.0)
69+
activejob (= 8.1.0)
70+
activerecord (= 8.1.0)
71+
activesupport (= 8.1.0)
6972
marcel (~> 1.0)
70-
activesupport (8.0.2.1)
73+
activesupport (8.1.0)
7174
base64
72-
benchmark (>= 0.3)
7375
bigdecimal
7476
concurrent-ruby (~> 1.0, >= 1.3.1)
7577
connection_pool (>= 2.2.5)
7678
drb
7779
i18n (>= 1.6, < 2)
80+
json
7881
logger (>= 1.4.2)
7982
minitest (>= 5.1)
8083
securerandom (>= 0.3)
@@ -85,7 +88,6 @@ GEM
8588
asciidoctor (2.0.25)
8689
ast (2.4.3)
8790
base64 (0.3.0)
88-
benchmark (0.4.1)
8991
benchmark-ips (2.14.0)
9092
bigdecimal (3.3.1)
9193
bindex (0.8.1)
@@ -132,7 +134,7 @@ GEM
132134
thor (>= 0.19, < 2)
133135
diff-lcs (1.6.2)
134136
drb (2.2.3)
135-
erb (5.0.3)
137+
erb (5.1.1)
136138
erubi (1.13.1)
137139
et-orbi (1.2.11)
138140
tzinfo
@@ -188,7 +190,7 @@ GEM
188190
net-imap
189191
net-pop
190192
net-smtp
191-
marcel (1.0.4)
193+
marcel (1.1.0)
192194
maruku (0.7.3)
193195
matrix (0.4.2)
194196
memory_profiler (1.1.0)
@@ -209,7 +211,7 @@ GEM
209211
mutex_m (0.3.0)
210212
net-http-persistent (4.0.6)
211213
connection_pool (~> 2.2, >= 2.2.4)
212-
net-imap (0.5.7)
214+
net-imap (0.5.12)
213215
date
214216
net-protocol
215217
net-pop (0.1.2)
@@ -266,34 +268,35 @@ GEM
266268
rack (>= 1.3)
267269
rackup (2.2.1)
268270
rack (>= 3)
269-
rails (8.0.2.1)
270-
actioncable (= 8.0.2.1)
271-
actionmailbox (= 8.0.2.1)
272-
actionmailer (= 8.0.2.1)
273-
actionpack (= 8.0.2.1)
274-
actiontext (= 8.0.2.1)
275-
actionview (= 8.0.2.1)
276-
activejob (= 8.0.2.1)
277-
activemodel (= 8.0.2.1)
278-
activerecord (= 8.0.2.1)
279-
activestorage (= 8.0.2.1)
280-
activesupport (= 8.0.2.1)
271+
rails (8.1.0)
272+
actioncable (= 8.1.0)
273+
actionmailbox (= 8.1.0)
274+
actionmailer (= 8.1.0)
275+
actionpack (= 8.1.0)
276+
actiontext (= 8.1.0)
277+
actionview (= 8.1.0)
278+
activejob (= 8.1.0)
279+
activemodel (= 8.1.0)
280+
activerecord (= 8.1.0)
281+
activestorage (= 8.1.0)
282+
activesupport (= 8.1.0)
281283
bundler (>= 1.15.0)
282-
railties (= 8.0.2.1)
284+
railties (= 8.1.0)
283285
rails-dom-testing (2.3.0)
284286
activesupport (>= 5.0.0)
285287
minitest
286288
nokogiri (>= 1.6)
287289
rails-html-sanitizer (1.6.2)
288290
loofah (~> 2.21)
289291
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)
290-
railties (8.0.2.1)
291-
actionpack (= 8.0.2.1)
292-
activesupport (= 8.0.2.1)
292+
railties (8.1.0)
293+
actionpack (= 8.1.0)
294+
activesupport (= 8.1.0)
293295
irb (~> 1.13)
294296
rackup (>= 1.0.0)
295297
rake (>= 12.2)
296298
thor (~> 1.0, >= 1.2.2)
299+
tsort (>= 0.2)
297300
zeitwerk (~> 2.6)
298301
rainbow (3.1.1)
299302
rake (13.3.0)
@@ -457,7 +460,7 @@ DEPENDENCIES
457460
propshaft
458461
puma (>= 5.0)
459462
rack-mini-profiler
460-
rails (~> 8.0.2)
463+
rails (~> 8.1.0)
461464
rdiscount
462465
rdoc
463466
redcarpet

0 commit comments

Comments
 (0)