Bump the bundler group across 1 directory with 9 updates

Bumps the bundler group with 4 updates in the / directory: [faraday](https://github.com/lostisland/faraday), [actionview](https://github.com/rails/rails), [phlex](https://github.com/phlex-ruby/phlex) and [rack](https://github.com/rack/rack).


Updates `faraday` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lostisland/faraday/compare/v2.14.0...v2.14.1)

Updates `actionview` from 8.0.4 to 8.0.4.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.3/actionview/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v8.0.4...v8.0.4.1)

Updates `activestorage` from 8.0.4 to 8.0.4.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.3/activestorage/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v8.0.4...v8.0.4.1)

Updates `activesupport` from 8.0.4 to 8.0.4.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.3/activesupport/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v8.0.4...v8.0.4.1)

Updates `json` from 2.18.0 to 2.19.3
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](https://github.com/ruby/json/compare/v2.18.0...v2.19.3)

Updates `loofah` from 2.25.0 to 2.25.1
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flavorjones/loofah/compare/v2.25.0...v2.25.1)

Updates `nokogiri` from 1.19.0 to 1.19.2
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.19.0...v1.19.2)

Updates `phlex` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/phlex-ruby/phlex/releases)
- [Commits](https://github.com/phlex-ruby/phlex/compare/2.4.0...2.4.1)

Updates `rack` from 3.2.4 to 3.2.6
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v3.2.4...v3.2.6)

---
updated-dependencies:
- dependency-name: faraday
  dependency-version: 2.14.1
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: actionview
  dependency-version: 8.0.4.1
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: activestorage
  dependency-version: 8.0.4.1
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: activesupport
  dependency-version: 8.0.4.1
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: json
  dependency-version: 2.19.3
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: loofah
  dependency-version: 2.25.1
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: nokogiri
  dependency-version: 1.19.2
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: phlex
  dependency-version: 2.4.1
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: rack
  dependency-version: 3.2.6
  dependency-type: indirect
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-04-02 18:55:17 +00:00 committed by GitHub
parent 2f02ae0961
commit 87e90437dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,29 +9,29 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (8.0.4) actioncable (8.0.4.1)
actionpack (= 8.0.4) actionpack (= 8.0.4.1)
activesupport (= 8.0.4) activesupport (= 8.0.4.1)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6) zeitwerk (~> 2.6)
actionmailbox (8.0.4) actionmailbox (8.0.4.1)
actionpack (= 8.0.4) actionpack (= 8.0.4.1)
activejob (= 8.0.4) activejob (= 8.0.4.1)
activerecord (= 8.0.4) activerecord (= 8.0.4.1)
activestorage (= 8.0.4) activestorage (= 8.0.4.1)
activesupport (= 8.0.4) activesupport (= 8.0.4.1)
mail (>= 2.8.0) mail (>= 2.8.0)
actionmailer (8.0.4) actionmailer (8.0.4.1)
actionpack (= 8.0.4) actionpack (= 8.0.4.1)
actionview (= 8.0.4) actionview (= 8.0.4.1)
activejob (= 8.0.4) activejob (= 8.0.4.1)
activesupport (= 8.0.4) activesupport (= 8.0.4.1)
mail (>= 2.8.0) mail (>= 2.8.0)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
actionpack (8.0.4) actionpack (8.0.4.1)
actionview (= 8.0.4) actionview (= 8.0.4.1)
activesupport (= 8.0.4) activesupport (= 8.0.4.1)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
rack (>= 2.2.4) rack (>= 2.2.4)
rack-session (>= 1.0.1) rack-session (>= 1.0.1)
@ -39,35 +39,35 @@ GEM
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6) rails-html-sanitizer (~> 1.6)
useragent (~> 0.16) useragent (~> 0.16)
actiontext (8.0.4) actiontext (8.0.4.1)
actionpack (= 8.0.4) actionpack (= 8.0.4.1)
activerecord (= 8.0.4) activerecord (= 8.0.4.1)
activestorage (= 8.0.4) activestorage (= 8.0.4.1)
activesupport (= 8.0.4) activesupport (= 8.0.4.1)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (8.0.4) actionview (8.0.4.1)
activesupport (= 8.0.4) activesupport (= 8.0.4.1)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.11) erubi (~> 1.11)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6) rails-html-sanitizer (~> 1.6)
activejob (8.0.4) activejob (8.0.4.1)
activesupport (= 8.0.4) activesupport (= 8.0.4.1)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (8.0.4) activemodel (8.0.4.1)
activesupport (= 8.0.4) activesupport (= 8.0.4.1)
activerecord (8.0.4) activerecord (8.0.4.1)
activemodel (= 8.0.4) activemodel (= 8.0.4.1)
activesupport (= 8.0.4) activesupport (= 8.0.4.1)
timeout (>= 0.4.0) timeout (>= 0.4.0)
activestorage (8.0.4) activestorage (8.0.4.1)
actionpack (= 8.0.4) actionpack (= 8.0.4.1)
activejob (= 8.0.4) activejob (= 8.0.4.1)
activerecord (= 8.0.4) activerecord (= 8.0.4.1)
activesupport (= 8.0.4) activesupport (= 8.0.4.1)
marcel (~> 1.0) marcel (~> 1.0)
activesupport (8.0.4) activesupport (8.0.4.1)
base64 base64
benchmark (>= 0.3) benchmark (>= 0.3)
bigdecimal bigdecimal
@ -76,7 +76,7 @@ GEM
drb drb
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
logger (>= 1.4.2) logger (>= 1.4.2)
minitest (>= 5.1) minitest (>= 5.1, < 6)
securerandom (>= 0.3) securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5) tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1) uri (>= 0.13.1)
@ -107,7 +107,7 @@ GEM
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
base64 (0.3.0) base64 (0.3.0)
benchmark (0.5.0) benchmark (0.5.0)
bigdecimal (4.0.1) bigdecimal (4.1.0)
bindex (0.8.1) bindex (0.8.1)
blind_index (2.7.0) blind_index (2.7.0)
activesupport (>= 7.1) activesupport (>= 7.1)
@ -145,7 +145,7 @@ GEM
erubi (1.13.1) erubi (1.13.1)
et-orbi (1.4.0) et-orbi (1.4.0)
tzinfo tzinfo
faraday (2.14.0) faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5) faraday-net_http (>= 2.0, < 3.5)
json json
logger logger
@ -182,7 +182,7 @@ GEM
reline (>= 0.4.2) reline (>= 0.4.2)
jb (0.8.2) jb (0.8.2)
jmespath (1.6.2) jmespath (1.6.2)
json (2.18.0) json (2.19.3)
jwt (3.1.2) jwt (3.1.2)
base64 base64
kaminari (1.2.2) kaminari (1.2.2)
@ -201,7 +201,7 @@ GEM
lint_roller (1.1.0) lint_roller (1.1.0)
lockbox (2.1.0) lockbox (2.1.0)
logger (1.7.0) logger (1.7.0)
loofah (2.25.0) loofah (2.25.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
mail (2.9.0) mail (2.9.0)
@ -214,8 +214,7 @@ GEM
matrix (0.4.3) matrix (0.4.3)
method_source (1.1.0) method_source (1.1.0)
mini_mime (1.1.5) mini_mime (1.1.5)
minitest (6.0.1) minitest (5.27.0)
prism (~> 1.5)
msgpack (1.8.0) msgpack (1.8.0)
multi_xml (0.8.1) multi_xml (0.8.1)
bigdecimal (>= 3.1, < 5) bigdecimal (>= 3.1, < 5)
@ -233,21 +232,21 @@ GEM
net-smtp (0.5.1) net-smtp (0.5.1)
net-protocol net-protocol
nio4r (2.7.5) nio4r (2.7.5)
nokogiri (1.19.0-aarch64-linux-gnu) nokogiri (1.19.2-aarch64-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.19.0-aarch64-linux-musl) nokogiri (1.19.2-aarch64-linux-musl)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.19.0-arm-linux-gnu) nokogiri (1.19.2-arm-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.19.0-arm-linux-musl) nokogiri (1.19.2-arm-linux-musl)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.19.0-arm64-darwin) nokogiri (1.19.2-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.19.0-x86_64-darwin) nokogiri (1.19.2-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.19.0-x86_64-linux-gnu) nokogiri (1.19.2-x86_64-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.19.0-x86_64-linux-musl) nokogiri (1.19.2-x86_64-linux-musl)
racc (~> 1.4) racc (~> 1.4)
oauth2 (2.0.18) oauth2 (2.0.18)
faraday (>= 0.17.3, < 4.0) faraday (>= 0.17.3, < 4.0)
@ -283,7 +282,7 @@ GEM
pg_search (2.3.7) pg_search (2.3.7)
activerecord (>= 6.1) activerecord (>= 6.1)
activesupport (>= 6.1) activesupport (>= 6.1)
phlex (2.4.0) phlex (2.4.1)
refract (~> 1.0) refract (~> 1.0)
zeitwerk (~> 2.7) zeitwerk (~> 2.7)
phlex-rails (2.4.0) phlex-rails (2.4.0)
@ -298,7 +297,7 @@ GEM
activesupport (>= 7.2.0) activesupport (>= 7.2.0)
octicons (>= 18.0.0) octicons (>= 18.0.0)
view_component (>= 3.1, < 5.0) view_component (>= 3.1, < 5.0)
prism (1.8.0) prism (1.9.0)
propshaft (1.3.1) propshaft (1.3.1)
actionpack (>= 7.0.0) actionpack (>= 7.0.0)
activesupport (>= 7.0.0) activesupport (>= 7.0.0)
@ -319,7 +318,7 @@ GEM
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
raabro (1.4.0) raabro (1.4.0)
racc (1.8.1) racc (1.8.1)
rack (3.2.4) rack (3.2.6)
rack-protection (4.2.1) rack-protection (4.2.1)
base64 (>= 0.1.0) base64 (>= 0.1.0)
logger (>= 1.6.0) logger (>= 1.6.0)
@ -333,30 +332,30 @@ GEM
rack (>= 1.3) rack (>= 1.3)
rackup (2.3.1) rackup (2.3.1)
rack (>= 3) rack (>= 3)
rails (8.0.4) rails (8.0.4.1)
actioncable (= 8.0.4) actioncable (= 8.0.4.1)
actionmailbox (= 8.0.4) actionmailbox (= 8.0.4.1)
actionmailer (= 8.0.4) actionmailer (= 8.0.4.1)
actionpack (= 8.0.4) actionpack (= 8.0.4.1)
actiontext (= 8.0.4) actiontext (= 8.0.4.1)
actionview (= 8.0.4) actionview (= 8.0.4.1)
activejob (= 8.0.4) activejob (= 8.0.4.1)
activemodel (= 8.0.4) activemodel (= 8.0.4.1)
activerecord (= 8.0.4) activerecord (= 8.0.4.1)
activestorage (= 8.0.4) activestorage (= 8.0.4.1)
activesupport (= 8.0.4) activesupport (= 8.0.4.1)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 8.0.4) railties (= 8.0.4.1)
rails-dom-testing (2.3.0) rails-dom-testing (2.3.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
minitest minitest
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.6.2) rails-html-sanitizer (1.7.0)
loofah (~> 2.21) loofah (~> 2.25)
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) 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 (8.0.4) railties (8.0.4.1)
actionpack (= 8.0.4) actionpack (= 8.0.4.1)
activesupport (= 8.0.4) activesupport (= 8.0.4.1)
irb (~> 1.13) irb (~> 1.13)
rackup (>= 1.0.0) rackup (>= 1.0.0)
rake (>= 12.2) rake (>= 12.2)
@ -488,7 +487,7 @@ GEM
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
zeitwerk (2.7.4) zeitwerk (2.7.5)
PLATFORMS PLATFORMS
aarch64-linux aarch64-linux