Skip to content

Commit e35ebff

Browse files
Bump rails from 8.0.3 to 8.1.0
Bumps [rails](https://github.com/rails/rails) from 8.0.3 to 8.1.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.3...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] <support@github.com>
1 parent ac0b006 commit e35ebff

File tree

1 file changed

+61
-59
lines changed

1 file changed

+61
-59
lines changed

Gemfile.lock

Lines changed: 61 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -8,72 +8,75 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (8.0.3)
12-
actionpack (= 8.0.3)
13-
activesupport (= 8.0.3)
11+
action_text-trix (2.1.15)
12+
railties
13+
actioncable (8.1.0)
14+
actionpack (= 8.1.0)
15+
activesupport (= 8.1.0)
1416
nio4r (~> 2.0)
1517
websocket-driver (>= 0.6.1)
1618
zeitwerk (~> 2.6)
17-
actionmailbox (8.0.3)
18-
actionpack (= 8.0.3)
19-
activejob (= 8.0.3)
20-
activerecord (= 8.0.3)
21-
activestorage (= 8.0.3)
22-
activesupport (= 8.0.3)
19+
actionmailbox (8.1.0)
20+
actionpack (= 8.1.0)
21+
activejob (= 8.1.0)
22+
activerecord (= 8.1.0)
23+
activestorage (= 8.1.0)
24+
activesupport (= 8.1.0)
2325
mail (>= 2.8.0)
24-
actionmailer (8.0.3)
25-
actionpack (= 8.0.3)
26-
actionview (= 8.0.3)
27-
activejob (= 8.0.3)
28-
activesupport (= 8.0.3)
26+
actionmailer (8.1.0)
27+
actionpack (= 8.1.0)
28+
actionview (= 8.1.0)
29+
activejob (= 8.1.0)
30+
activesupport (= 8.1.0)
2931
mail (>= 2.8.0)
3032
rails-dom-testing (~> 2.2)
31-
actionpack (8.0.3)
32-
actionview (= 8.0.3)
33-
activesupport (= 8.0.3)
33+
actionpack (8.1.0)
34+
actionview (= 8.1.0)
35+
activesupport (= 8.1.0)
3436
nokogiri (>= 1.8.5)
3537
rack (>= 2.2.4)
3638
rack-session (>= 1.0.1)
3739
rack-test (>= 0.6.3)
3840
rails-dom-testing (~> 2.2)
3941
rails-html-sanitizer (~> 1.6)
4042
useragent (~> 0.16)
41-
actiontext (8.0.3)
42-
actionpack (= 8.0.3)
43-
activerecord (= 8.0.3)
44-
activestorage (= 8.0.3)
45-
activesupport (= 8.0.3)
43+
actiontext (8.1.0)
44+
action_text-trix (~> 2.1.15)
45+
actionpack (= 8.1.0)
46+
activerecord (= 8.1.0)
47+
activestorage (= 8.1.0)
48+
activesupport (= 8.1.0)
4649
globalid (>= 0.6.0)
4750
nokogiri (>= 1.8.5)
48-
actionview (8.0.3)
49-
activesupport (= 8.0.3)
51+
actionview (8.1.0)
52+
activesupport (= 8.1.0)
5053
builder (~> 3.1)
5154
erubi (~> 1.11)
5255
rails-dom-testing (~> 2.2)
5356
rails-html-sanitizer (~> 1.6)
54-
activejob (8.0.3)
55-
activesupport (= 8.0.3)
57+
activejob (8.1.0)
58+
activesupport (= 8.1.0)
5659
globalid (>= 0.3.6)
57-
activemodel (8.0.3)
58-
activesupport (= 8.0.3)
59-
activerecord (8.0.3)
60-
activemodel (= 8.0.3)
61-
activesupport (= 8.0.3)
60+
activemodel (8.1.0)
61+
activesupport (= 8.1.0)
62+
activerecord (8.1.0)
63+
activemodel (= 8.1.0)
64+
activesupport (= 8.1.0)
6265
timeout (>= 0.4.0)
63-
activestorage (8.0.3)
64-
actionpack (= 8.0.3)
65-
activejob (= 8.0.3)
66-
activerecord (= 8.0.3)
67-
activesupport (= 8.0.3)
66+
activestorage (8.1.0)
67+
actionpack (= 8.1.0)
68+
activejob (= 8.1.0)
69+
activerecord (= 8.1.0)
70+
activesupport (= 8.1.0)
6871
marcel (~> 1.0)
69-
activesupport (8.0.3)
72+
activesupport (8.1.0)
7073
base64
71-
benchmark (>= 0.3)
7274
bigdecimal
7375
concurrent-ruby (~> 1.0, >= 1.3.1)
7476
connection_pool (>= 2.2.5)
7577
drb
7678
i18n (>= 1.6, < 2)
79+
json
7780
logger (>= 1.4.2)
7881
minitest (>= 5.1)
7982
securerandom (>= 0.3)
@@ -83,15 +86,14 @@ GEM
8386
public_suffix (>= 2.0.2, < 7.0)
8487
ast (2.4.3)
8588
base64 (0.3.0)
86-
benchmark (0.4.1)
87-
bigdecimal (3.2.3)
89+
bigdecimal (3.3.1)
8890
builder (3.3.0)
8991
concurrent-ruby (1.3.5)
9092
connection_pool (2.5.4)
9193
crass (1.0.6)
9294
date (3.4.1)
9395
drb (2.2.3)
94-
erb (5.0.2)
96+
erb (5.1.1)
9597
erubi (1.13.1)
9698
ferrum (0.17.1)
9799
addressable (~> 2.5)
@@ -122,7 +124,7 @@ GEM
122124
net-smtp
123125
marcel (1.1.0)
124126
mini_mime (1.1.5)
125-
minitest (5.25.5)
127+
minitest (5.26.0)
126128
net-imap (0.5.12)
127129
date
128130
net-protocol
@@ -166,30 +168,30 @@ GEM
166168
rack (>= 1.3)
167169
rackup (2.2.1)
168170
rack (>= 3)
169-
rails (8.0.3)
170-
actioncable (= 8.0.3)
171-
actionmailbox (= 8.0.3)
172-
actionmailer (= 8.0.3)
173-
actionpack (= 8.0.3)
174-
actiontext (= 8.0.3)
175-
actionview (= 8.0.3)
176-
activejob (= 8.0.3)
177-
activemodel (= 8.0.3)
178-
activerecord (= 8.0.3)
179-
activestorage (= 8.0.3)
180-
activesupport (= 8.0.3)
171+
rails (8.1.0)
172+
actioncable (= 8.1.0)
173+
actionmailbox (= 8.1.0)
174+
actionmailer (= 8.1.0)
175+
actionpack (= 8.1.0)
176+
actiontext (= 8.1.0)
177+
actionview (= 8.1.0)
178+
activejob (= 8.1.0)
179+
activemodel (= 8.1.0)
180+
activerecord (= 8.1.0)
181+
activestorage (= 8.1.0)
182+
activesupport (= 8.1.0)
181183
bundler (>= 1.15.0)
182-
railties (= 8.0.3)
184+
railties (= 8.1.0)
183185
rails-dom-testing (2.3.0)
184186
activesupport (>= 5.0.0)
185187
minitest
186188
nokogiri (>= 1.6)
187189
rails-html-sanitizer (1.6.2)
188190
loofah (~> 2.21)
189191
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)
190-
railties (8.0.3)
191-
actionpack (= 8.0.3)
192-
activesupport (= 8.0.3)
192+
railties (8.1.0)
193+
actionpack (= 8.1.0)
194+
activesupport (= 8.1.0)
193195
irb (~> 1.13)
194196
rackup (>= 1.0.0)
195197
rake (>= 12.2)
@@ -247,7 +249,7 @@ GEM
247249
unicode-display_width (3.2.0)
248250
unicode-emoji (~> 4.1)
249251
unicode-emoji (4.1.0)
250-
uri (1.0.3)
252+
uri (1.0.4)
251253
useragent (0.16.11)
252254
webrick (1.9.1)
253255
websocket-driver (0.8.0)

0 commit comments

Comments
 (0)