Skip to content

Commit e9158f7

Browse files
Bump activesupport from 8.0.3 to 8.1.0
Bumps [activesupport](https://github.com/rails/rails) from 8.0.3 to 8.1.0. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.0/activesupport/CHANGELOG.md) - [Commits](rails/rails@v8.0.3...v8.1.0) --- updated-dependencies: - dependency-name: activesupport dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e733e40 commit e9158f7

File tree

1 file changed

+57
-55
lines changed

1 file changed

+57
-55
lines changed

Gemfile.lock

Lines changed: 57 additions & 55 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)
@@ -90,7 +93,6 @@ GEM
9093
appraisal-run (1.1.0)
9194
ast (2.4.3)
9295
base64 (0.3.0)
93-
benchmark (0.4.1)
9496
benchmark-ips (2.14.0)
9597
better_html (2.1.1)
9698
actionview (>= 6.0)
@@ -225,30 +227,30 @@ GEM
225227
rack (>= 1.3)
226228
rackup (2.2.1)
227229
rack (>= 3)
228-
rails (8.0.3)
229-
actioncable (= 8.0.3)
230-
actionmailbox (= 8.0.3)
231-
actionmailer (= 8.0.3)
232-
actionpack (= 8.0.3)
233-
actiontext (= 8.0.3)
234-
actionview (= 8.0.3)
235-
activejob (= 8.0.3)
236-
activemodel (= 8.0.3)
237-
activerecord (= 8.0.3)
238-
activestorage (= 8.0.3)
239-
activesupport (= 8.0.3)
230+
rails (8.1.0)
231+
actioncable (= 8.1.0)
232+
actionmailbox (= 8.1.0)
233+
actionmailer (= 8.1.0)
234+
actionpack (= 8.1.0)
235+
actiontext (= 8.1.0)
236+
actionview (= 8.1.0)
237+
activejob (= 8.1.0)
238+
activemodel (= 8.1.0)
239+
activerecord (= 8.1.0)
240+
activestorage (= 8.1.0)
241+
activesupport (= 8.1.0)
240242
bundler (>= 1.15.0)
241-
railties (= 8.0.3)
243+
railties (= 8.1.0)
242244
rails-dom-testing (2.3.0)
243245
activesupport (>= 5.0.0)
244246
minitest
245247
nokogiri (>= 1.6)
246248
rails-html-sanitizer (1.6.2)
247249
loofah (~> 2.21)
248250
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)
249-
railties (8.0.3)
250-
actionpack (= 8.0.3)
251-
activesupport (= 8.0.3)
251+
railties (8.1.0)
252+
actionpack (= 8.1.0)
253+
activesupport (= 8.1.0)
252254
irb (~> 1.13)
253255
rackup (>= 1.0.0)
254256
rake (>= 12.2)

0 commit comments

Comments
 (0)