Skip to content

Commit 8fc6329

Browse files
[SECURITY] Bump actionpack from 7.1.3.3 to 7.1.5.1 (#895)
Bumps [actionpack](https://github.com/rails/rails) from 7.1.3.3 to 7.1.5.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.1.3.3...v7.1.5.1) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b16ba86 commit 8fc6329

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

Gemfile.lock

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,34 @@ GEM
1212
remote: https://rubygems.org/
1313
specs:
1414
Ascii85 (1.1.1)
15-
actionpack (7.1.3.3)
16-
actionview (= 7.1.3.3)
17-
activesupport (= 7.1.3.3)
15+
actionpack (7.1.5.1)
16+
actionview (= 7.1.5.1)
17+
activesupport (= 7.1.5.1)
1818
nokogiri (>= 1.8.5)
1919
racc
2020
rack (>= 2.2.4)
2121
rack-session (>= 1.0.1)
2222
rack-test (>= 0.6.3)
2323
rails-dom-testing (~> 2.2)
2424
rails-html-sanitizer (~> 1.6)
25-
actionview (7.1.3.3)
26-
activesupport (= 7.1.3.3)
25+
actionview (7.1.5.1)
26+
activesupport (= 7.1.5.1)
2727
builder (~> 3.1)
2828
erubi (~> 1.11)
2929
rails-dom-testing (~> 2.2)
3030
rails-html-sanitizer (~> 1.6)
31-
activesupport (7.1.3.3)
31+
activesupport (7.1.5.1)
3232
base64
33+
benchmark (>= 0.3)
3334
bigdecimal
3435
concurrent-ruby (~> 1.0, >= 1.0.2)
3536
connection_pool (>= 2.2.5)
3637
drb
3738
i18n (>= 1.6, < 2)
39+
logger (>= 1.4.2)
3840
minitest (>= 5.1)
3941
mutex_m
42+
securerandom (>= 0.3)
4043
tzinfo (~> 2.0)
4144
addressable (2.8.6)
4245
public_suffix (>= 2.0.2, < 6.0)
@@ -61,8 +64,9 @@ GEM
6164
aws-eventstream (~> 1, >= 1.0.2)
6265
baran (0.1.12)
6366
base64 (0.2.0)
67+
benchmark (0.4.0)
6468
bigdecimal (3.1.8)
65-
builder (3.2.4)
69+
builder (3.3.0)
6670
byebug (11.1.3)
6771
childprocess (5.0.0)
6872
chroma-db (0.6.0)
@@ -71,7 +75,7 @@ GEM
7175
coderay (1.1.3)
7276
cohere-ruby (0.9.10)
7377
faraday (>= 2.0.1, < 3.0)
74-
concurrent-ruby (1.3.1)
78+
concurrent-ruby (1.3.4)
7579
connection_pool (2.4.1)
7680
crack (1.0.0)
7781
bigdecimal
@@ -141,7 +145,7 @@ GEM
141145
faraday (>= 1)
142146
eqn (1.6.5)
143147
treetop (>= 1.2.0)
144-
erubi (1.12.0)
148+
erubi (1.13.0)
145149
ethon (0.16.0)
146150
ffi (>= 1.15.0)
147151
event_stream_parser (1.0.0)
@@ -187,7 +191,7 @@ GEM
187191
multi_xml (>= 0.5.2)
188192
hugging-face (0.3.5)
189193
faraday (>= 1.0)
190-
i18n (1.14.5)
194+
i18n (1.14.6)
191195
concurrent-ruby (~> 1.0)
192196
ice_nine (0.11.2)
193197
io-console (0.7.2)
@@ -218,7 +222,7 @@ GEM
218222
faraday (>= 2.0.1, < 3)
219223
mini_mime (1.1.5)
220224
mini_portile2 (2.8.8)
221-
minitest (5.23.1)
225+
minitest (5.25.4)
222226
mistral-ai (1.2.0)
223227
event_stream_parser (~> 1.0)
224228
faraday (~> 2.9)
@@ -227,7 +231,7 @@ GEM
227231
multi_xml (0.7.1)
228232
bigdecimal (~> 3.1)
229233
multipart-post (2.4.1)
230-
mutex_m (0.2.0)
234+
mutex_m (0.3.0)
231235
net-http (0.4.1)
232236
uri
233237
net-imap (0.4.11)
@@ -288,7 +292,7 @@ GEM
288292
qdrant-ruby (0.9.8)
289293
faraday (>= 2.0.1, < 3)
290294
racc (1.8.1)
291-
rack (3.0.11)
295+
rack (3.1.8)
292296
rack-session (2.0.0)
293297
rack (>= 3.0.0)
294298
rack-test (2.1.0)
@@ -303,9 +307,9 @@ GEM
303307
rails-html-sanitizer (1.6.1)
304308
loofah (~> 2.21)
305309
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)
306-
railties (7.1.3.3)
307-
actionpack (= 7.1.3.3)
308-
activesupport (= 7.1.3.3)
310+
railties (7.1.5.1)
311+
actionpack (= 7.1.5.1)
312+
activesupport (= 7.1.5.1)
309313
irb
310314
rackup (>= 1.0.0)
311315
rake (>= 12.2)
@@ -381,6 +385,7 @@ GEM
381385
rubyzip (2.3.2)
382386
safe_ruby (1.0.4)
383387
childprocess (>= 0.3.9)
388+
securerandom (0.4.0)
384389
sequel (5.87.0)
385390
bigdecimal
386391
signet (0.19.0)

0 commit comments

Comments
 (0)