Skip to content

Commit 4154b79

Browse files
Bump activestorage from 7.1.3.3 to 7.1.5.2
Bumps [activestorage](https://github.com/rails/rails) from 7.1.3.3 to 7.1.5.2. - [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@v7.1.3.3...v7.1.5.2) --- updated-dependencies: - dependency-name: activestorage dependency-version: 7.1.5.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d26b4d commit 4154b79

File tree

1 file changed

+82
-75
lines changed

1 file changed

+82
-75
lines changed

Gemfile.lock

Lines changed: 82 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -8,79 +8,82 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (7.1.3.3)
12-
actionpack (= 7.1.3.3)
13-
activesupport (= 7.1.3.3)
11+
actioncable (7.1.5.2)
12+
actionpack (= 7.1.5.2)
13+
activesupport (= 7.1.5.2)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
1616
zeitwerk (~> 2.6)
17-
actionmailbox (7.1.3.3)
18-
actionpack (= 7.1.3.3)
19-
activejob (= 7.1.3.3)
20-
activerecord (= 7.1.3.3)
21-
activestorage (= 7.1.3.3)
22-
activesupport (= 7.1.3.3)
17+
actionmailbox (7.1.5.2)
18+
actionpack (= 7.1.5.2)
19+
activejob (= 7.1.5.2)
20+
activerecord (= 7.1.5.2)
21+
activestorage (= 7.1.5.2)
22+
activesupport (= 7.1.5.2)
2323
mail (>= 2.7.1)
2424
net-imap
2525
net-pop
2626
net-smtp
27-
actionmailer (7.1.3.3)
28-
actionpack (= 7.1.3.3)
29-
actionview (= 7.1.3.3)
30-
activejob (= 7.1.3.3)
31-
activesupport (= 7.1.3.3)
27+
actionmailer (7.1.5.2)
28+
actionpack (= 7.1.5.2)
29+
actionview (= 7.1.5.2)
30+
activejob (= 7.1.5.2)
31+
activesupport (= 7.1.5.2)
3232
mail (~> 2.5, >= 2.5.4)
3333
net-imap
3434
net-pop
3535
net-smtp
3636
rails-dom-testing (~> 2.2)
37-
actionpack (7.1.3.3)
38-
actionview (= 7.1.3.3)
39-
activesupport (= 7.1.3.3)
37+
actionpack (7.1.5.2)
38+
actionview (= 7.1.5.2)
39+
activesupport (= 7.1.5.2)
4040
nokogiri (>= 1.8.5)
4141
racc
4242
rack (>= 2.2.4)
4343
rack-session (>= 1.0.1)
4444
rack-test (>= 0.6.3)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
actiontext (7.1.3.3)
48-
actionpack (= 7.1.3.3)
49-
activerecord (= 7.1.3.3)
50-
activestorage (= 7.1.3.3)
51-
activesupport (= 7.1.3.3)
47+
actiontext (7.1.5.2)
48+
actionpack (= 7.1.5.2)
49+
activerecord (= 7.1.5.2)
50+
activestorage (= 7.1.5.2)
51+
activesupport (= 7.1.5.2)
5252
globalid (>= 0.6.0)
5353
nokogiri (>= 1.8.5)
54-
actionview (7.1.3.3)
55-
activesupport (= 7.1.3.3)
54+
actionview (7.1.5.2)
55+
activesupport (= 7.1.5.2)
5656
builder (~> 3.1)
5757
erubi (~> 1.11)
5858
rails-dom-testing (~> 2.2)
5959
rails-html-sanitizer (~> 1.6)
60-
activejob (7.1.3.3)
61-
activesupport (= 7.1.3.3)
60+
activejob (7.1.5.2)
61+
activesupport (= 7.1.5.2)
6262
globalid (>= 0.3.6)
63-
activemodel (7.1.3.3)
64-
activesupport (= 7.1.3.3)
65-
activerecord (7.1.3.3)
66-
activemodel (= 7.1.3.3)
67-
activesupport (= 7.1.3.3)
63+
activemodel (7.1.5.2)
64+
activesupport (= 7.1.5.2)
65+
activerecord (7.1.5.2)
66+
activemodel (= 7.1.5.2)
67+
activesupport (= 7.1.5.2)
6868
timeout (>= 0.4.0)
69-
activestorage (7.1.3.3)
70-
actionpack (= 7.1.3.3)
71-
activejob (= 7.1.3.3)
72-
activerecord (= 7.1.3.3)
73-
activesupport (= 7.1.3.3)
69+
activestorage (7.1.5.2)
70+
actionpack (= 7.1.5.2)
71+
activejob (= 7.1.5.2)
72+
activerecord (= 7.1.5.2)
73+
activesupport (= 7.1.5.2)
7474
marcel (~> 1.0)
75-
activesupport (7.1.3.3)
75+
activesupport (7.1.5.2)
7676
base64
77+
benchmark (>= 0.3)
7778
bigdecimal
7879
concurrent-ruby (~> 1.0, >= 1.0.2)
7980
connection_pool (>= 2.2.5)
8081
drb
8182
i18n (>= 1.6, < 2)
83+
logger (>= 1.4.2)
8284
minitest (>= 5.1)
8385
mutex_m
86+
securerandom (>= 0.3)
8487
tzinfo (~> 2.0)
8588
ast (2.4.2)
8689
aws-eventstream (1.3.0)
@@ -95,21 +98,22 @@ GEM
9598
jmespath (~> 1, >= 1.6.1)
9699
aws-sigv4 (1.8.0)
97100
aws-eventstream (~> 1, >= 1.0.2)
98-
base64 (0.2.0)
99-
bigdecimal (3.1.8)
100-
builder (3.2.4)
101-
concurrent-ruby (1.3.1)
102-
connection_pool (2.4.1)
101+
base64 (0.3.0)
102+
benchmark (0.4.1)
103+
bigdecimal (3.2.3)
104+
builder (3.3.0)
105+
concurrent-ruby (1.3.5)
106+
connection_pool (2.5.4)
103107
crass (1.0.6)
104108
date (3.3.4)
105109
diff-lcs (1.5.1)
106110
dogstatsd-ruby (5.6.1)
107111
dotenv (3.1.2)
108-
drb (2.2.1)
109-
erubi (1.12.0)
112+
drb (2.2.3)
113+
erubi (1.13.1)
110114
globalid (1.2.1)
111115
activesupport (>= 6.1)
112-
i18n (1.14.5)
116+
i18n (1.14.7)
113117
concurrent-ruby (~> 1.0)
114118
io-console (0.7.2)
115119
irb (1.13.1)
@@ -119,18 +123,19 @@ GEM
119123
json (2.7.2)
120124
language_server-protocol (3.17.0.3)
121125
lint_roller (1.1.0)
122-
loofah (2.22.0)
126+
logger (1.7.0)
127+
loofah (2.24.1)
123128
crass (~> 1.0.2)
124129
nokogiri (>= 1.12.0)
125130
mail (2.8.1)
126131
mini_mime (>= 0.1.1)
127132
net-imap
128133
net-pop
129134
net-smtp
130-
marcel (1.0.4)
135+
marcel (1.1.0)
131136
mini_mime (1.1.5)
132-
minitest (5.23.1)
133-
mutex_m (0.2.0)
137+
minitest (5.25.5)
138+
mutex_m (0.3.0)
134139
net-imap (0.4.11)
135140
date
136141
net-protocol
@@ -141,49 +146,50 @@ GEM
141146
net-smtp (0.5.0)
142147
net-protocol
143148
nio4r (2.7.3)
144-
nokogiri (1.16.5-arm64-darwin)
149+
nokogiri (1.18.10-arm64-darwin)
145150
racc (~> 1.4)
146-
nokogiri (1.16.5-x86_64-linux)
151+
nokogiri (1.18.10-x86_64-linux-gnu)
147152
racc (~> 1.4)
148153
parallel (1.24.0)
149154
parser (3.3.0.5)
150155
ast (~> 2.4.1)
151156
racc
152157
psych (5.1.2)
153158
stringio
154-
racc (1.7.3)
155-
rack (3.0.11)
156-
rack-session (2.0.0)
159+
racc (1.8.1)
160+
rack (3.2.1)
161+
rack-session (2.1.1)
162+
base64 (>= 0.1.0)
157163
rack (>= 3.0.0)
158-
rack-test (2.1.0)
164+
rack-test (2.2.0)
159165
rack (>= 1.3)
160166
rackup (2.1.0)
161167
rack (>= 3)
162168
webrick (~> 1.8)
163-
rails (7.1.3.3)
164-
actioncable (= 7.1.3.3)
165-
actionmailbox (= 7.1.3.3)
166-
actionmailer (= 7.1.3.3)
167-
actionpack (= 7.1.3.3)
168-
actiontext (= 7.1.3.3)
169-
actionview (= 7.1.3.3)
170-
activejob (= 7.1.3.3)
171-
activemodel (= 7.1.3.3)
172-
activerecord (= 7.1.3.3)
173-
activestorage (= 7.1.3.3)
174-
activesupport (= 7.1.3.3)
169+
rails (7.1.5.2)
170+
actioncable (= 7.1.5.2)
171+
actionmailbox (= 7.1.5.2)
172+
actionmailer (= 7.1.5.2)
173+
actionpack (= 7.1.5.2)
174+
actiontext (= 7.1.5.2)
175+
actionview (= 7.1.5.2)
176+
activejob (= 7.1.5.2)
177+
activemodel (= 7.1.5.2)
178+
activerecord (= 7.1.5.2)
179+
activestorage (= 7.1.5.2)
180+
activesupport (= 7.1.5.2)
175181
bundler (>= 1.15.0)
176-
railties (= 7.1.3.3)
177-
rails-dom-testing (2.2.0)
182+
railties (= 7.1.5.2)
183+
rails-dom-testing (2.3.0)
178184
activesupport (>= 5.0.0)
179185
minitest
180186
nokogiri (>= 1.6)
181-
rails-html-sanitizer (1.6.0)
187+
rails-html-sanitizer (1.6.2)
182188
loofah (~> 2.21)
183-
nokogiri (~> 1.14)
184-
railties (7.1.3.3)
185-
actionpack (= 7.1.3.3)
186-
activesupport (= 7.1.3.3)
189+
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 (7.1.5.2)
191+
actionpack (= 7.1.5.2)
192+
activesupport (= 7.1.5.2)
187193
irb
188194
rackup (>= 1.0.0)
189195
rake (>= 12.2)
@@ -229,6 +235,7 @@ GEM
229235
rubocop (>= 1.48.1, < 2.0)
230236
rubocop-ast (>= 1.30.0, < 2.0)
231237
ruby-progressbar (1.13.0)
238+
securerandom (0.4.1)
232239
sidekiq (7.2.4)
233240
concurrent-ruby (< 2)
234241
connection_pool (>= 2.3.0)
@@ -248,7 +255,7 @@ GEM
248255
rubocop-performance (~> 1.20.2)
249256
stringio (3.1.0)
250257
thor (1.3.1)
251-
timeout (0.4.1)
258+
timeout (0.4.3)
252259
tzinfo (2.0.6)
253260
concurrent-ruby (~> 1.0)
254261
unicode-display_width (2.5.0)

0 commit comments

Comments
 (0)