Skip to content

Commit

Permalink
[SECURITY] Bump actionpack from 7.1.3.3 to 7.1.5.1 (#895)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent b16ba86 commit 8fc6329
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,34 @@ GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.1)
actionpack (7.1.3.3)
actionview (= 7.1.3.3)
activesupport (= 7.1.3.3)
actionpack (7.1.5.1)
actionview (= 7.1.5.1)
activesupport (= 7.1.5.1)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.3.3)
activesupport (= 7.1.3.3)
actionview (7.1.5.1)
activesupport (= 7.1.5.1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activesupport (7.1.3.3)
activesupport (7.1.5.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
Expand All @@ -61,8 +64,9 @@ GEM
aws-eventstream (~> 1, >= 1.0.2)
baran (0.1.12)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
builder (3.2.4)
builder (3.3.0)
byebug (11.1.3)
childprocess (5.0.0)
chroma-db (0.6.0)
Expand All @@ -71,7 +75,7 @@ GEM
coderay (1.1.3)
cohere-ruby (0.9.10)
faraday (>= 2.0.1, < 3.0)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crack (1.0.0)
bigdecimal
Expand Down Expand Up @@ -141,7 +145,7 @@ GEM
faraday (>= 1)
eqn (1.6.5)
treetop (>= 1.2.0)
erubi (1.12.0)
erubi (1.13.0)
ethon (0.16.0)
ffi (>= 1.15.0)
event_stream_parser (1.0.0)
Expand Down Expand Up @@ -187,7 +191,7 @@ GEM
multi_xml (>= 0.5.2)
hugging-face (0.3.5)
faraday (>= 1.0)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
io-console (0.7.2)
Expand Down Expand Up @@ -218,7 +222,7 @@ GEM
faraday (>= 2.0.1, < 3)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.23.1)
minitest (5.25.4)
mistral-ai (1.2.0)
event_stream_parser (~> 1.0)
faraday (~> 2.9)
Expand All @@ -227,7 +231,7 @@ GEM
multi_xml (0.7.1)
bigdecimal (~> 3.1)
multipart-post (2.4.1)
mutex_m (0.2.0)
mutex_m (0.3.0)
net-http (0.4.1)
uri
net-imap (0.4.11)
Expand Down Expand Up @@ -288,7 +292,7 @@ GEM
qdrant-ruby (0.9.8)
faraday (>= 2.0.1, < 3)
racc (1.8.1)
rack (3.0.11)
rack (3.1.8)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand All @@ -303,9 +307,9 @@ GEM
rails-html-sanitizer (1.6.1)
loofah (~> 2.21)
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)
railties (7.1.3.3)
actionpack (= 7.1.3.3)
activesupport (= 7.1.3.3)
railties (7.1.5.1)
actionpack (= 7.1.5.1)
activesupport (= 7.1.5.1)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
Expand Down Expand Up @@ -381,6 +385,7 @@ GEM
rubyzip (2.3.2)
safe_ruby (1.0.4)
childprocess (>= 0.3.9)
securerandom (0.4.0)
sequel (5.87.0)
bigdecimal
signet (0.19.0)
Expand Down

0 comments on commit 8fc6329

Please sign in to comment.