Skip to content

Commit 6c421cc

Browse files
Bump activestorage from 8.0.2 to 8.0.2.1
Bumps [activestorage](https://github.com/rails/rails) from 8.0.2 to 8.0.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2.1/activestorage/CHANGELOG.md) - [Commits](rails/rails@v8.0.2...v8.0.2.1) --- updated-dependencies: - dependency-name: activestorage dependency-version: 8.0.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8910503 commit 6c421cc

File tree

1 file changed

+54
-54
lines changed

1 file changed

+54
-54
lines changed

Gemfile.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,65 +2,65 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
Ascii85 (2.0.1)
5-
actioncable (8.0.2)
6-
actionpack (= 8.0.2)
7-
activesupport (= 8.0.2)
5+
actioncable (8.0.2.1)
6+
actionpack (= 8.0.2.1)
7+
activesupport (= 8.0.2.1)
88
nio4r (~> 2.0)
99
websocket-driver (>= 0.6.1)
1010
zeitwerk (~> 2.6)
11-
actionmailbox (8.0.2)
12-
actionpack (= 8.0.2)
13-
activejob (= 8.0.2)
14-
activerecord (= 8.0.2)
15-
activestorage (= 8.0.2)
16-
activesupport (= 8.0.2)
11+
actionmailbox (8.0.2.1)
12+
actionpack (= 8.0.2.1)
13+
activejob (= 8.0.2.1)
14+
activerecord (= 8.0.2.1)
15+
activestorage (= 8.0.2.1)
16+
activesupport (= 8.0.2.1)
1717
mail (>= 2.8.0)
18-
actionmailer (8.0.2)
19-
actionpack (= 8.0.2)
20-
actionview (= 8.0.2)
21-
activejob (= 8.0.2)
22-
activesupport (= 8.0.2)
18+
actionmailer (8.0.2.1)
19+
actionpack (= 8.0.2.1)
20+
actionview (= 8.0.2.1)
21+
activejob (= 8.0.2.1)
22+
activesupport (= 8.0.2.1)
2323
mail (>= 2.8.0)
2424
rails-dom-testing (~> 2.2)
25-
actionpack (8.0.2)
26-
actionview (= 8.0.2)
27-
activesupport (= 8.0.2)
25+
actionpack (8.0.2.1)
26+
actionview (= 8.0.2.1)
27+
activesupport (= 8.0.2.1)
2828
nokogiri (>= 1.8.5)
2929
rack (>= 2.2.4)
3030
rack-session (>= 1.0.1)
3131
rack-test (>= 0.6.3)
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
3434
useragent (~> 0.16)
35-
actiontext (8.0.2)
36-
actionpack (= 8.0.2)
37-
activerecord (= 8.0.2)
38-
activestorage (= 8.0.2)
39-
activesupport (= 8.0.2)
35+
actiontext (8.0.2.1)
36+
actionpack (= 8.0.2.1)
37+
activerecord (= 8.0.2.1)
38+
activestorage (= 8.0.2.1)
39+
activesupport (= 8.0.2.1)
4040
globalid (>= 0.6.0)
4141
nokogiri (>= 1.8.5)
42-
actionview (8.0.2)
43-
activesupport (= 8.0.2)
42+
actionview (8.0.2.1)
43+
activesupport (= 8.0.2.1)
4444
builder (~> 3.1)
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
4747
rails-html-sanitizer (~> 1.6)
48-
activejob (8.0.2)
49-
activesupport (= 8.0.2)
48+
activejob (8.0.2.1)
49+
activesupport (= 8.0.2.1)
5050
globalid (>= 0.3.6)
51-
activemodel (8.0.2)
52-
activesupport (= 8.0.2)
53-
activerecord (8.0.2)
54-
activemodel (= 8.0.2)
55-
activesupport (= 8.0.2)
51+
activemodel (8.0.2.1)
52+
activesupport (= 8.0.2.1)
53+
activerecord (8.0.2.1)
54+
activemodel (= 8.0.2.1)
55+
activesupport (= 8.0.2.1)
5656
timeout (>= 0.4.0)
57-
activestorage (8.0.2)
58-
actionpack (= 8.0.2)
59-
activejob (= 8.0.2)
60-
activerecord (= 8.0.2)
61-
activesupport (= 8.0.2)
57+
activestorage (8.0.2.1)
58+
actionpack (= 8.0.2.1)
59+
activejob (= 8.0.2.1)
60+
activerecord (= 8.0.2.1)
61+
activesupport (= 8.0.2.1)
6262
marcel (~> 1.0)
63-
activesupport (8.0.2)
63+
activesupport (8.0.2.1)
6464
base64
6565
benchmark (>= 0.3)
6666
bigdecimal
@@ -176,7 +176,7 @@ GEM
176176
date
177177
stringio
178178
racc (1.8.1)
179-
rack (3.1.16)
179+
rack (3.2.0)
180180
rack-cors (3.0.0)
181181
logger
182182
rack (>= 3.0.14)
@@ -187,30 +187,30 @@ GEM
187187
rack (>= 1.3)
188188
rackup (2.2.1)
189189
rack (>= 3)
190-
rails (8.0.2)
191-
actioncable (= 8.0.2)
192-
actionmailbox (= 8.0.2)
193-
actionmailer (= 8.0.2)
194-
actionpack (= 8.0.2)
195-
actiontext (= 8.0.2)
196-
actionview (= 8.0.2)
197-
activejob (= 8.0.2)
198-
activemodel (= 8.0.2)
199-
activerecord (= 8.0.2)
200-
activestorage (= 8.0.2)
201-
activesupport (= 8.0.2)
190+
rails (8.0.2.1)
191+
actioncable (= 8.0.2.1)
192+
actionmailbox (= 8.0.2.1)
193+
actionmailer (= 8.0.2.1)
194+
actionpack (= 8.0.2.1)
195+
actiontext (= 8.0.2.1)
196+
actionview (= 8.0.2.1)
197+
activejob (= 8.0.2.1)
198+
activemodel (= 8.0.2.1)
199+
activerecord (= 8.0.2.1)
200+
activestorage (= 8.0.2.1)
201+
activesupport (= 8.0.2.1)
202202
bundler (>= 1.15.0)
203-
railties (= 8.0.2)
203+
railties (= 8.0.2.1)
204204
rails-dom-testing (2.3.0)
205205
activesupport (>= 5.0.0)
206206
minitest
207207
nokogiri (>= 1.6)
208208
rails-html-sanitizer (1.6.2)
209209
loofah (~> 2.21)
210210
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)
211-
railties (8.0.2)
212-
actionpack (= 8.0.2)
213-
activesupport (= 8.0.2)
211+
railties (8.0.2.1)
212+
actionpack (= 8.0.2.1)
213+
activesupport (= 8.0.2.1)
214214
irb (~> 1.13)
215215
rackup (>= 1.0.0)
216216
rake (>= 12.2)

0 commit comments

Comments
 (0)