Skip to content

Commit 74a06b0

Browse files
Bump actionpack in the bundler group across 1 directory (#1127)
Bumps the bundler group with 1 update in the / directory: [actionpack](https://github.com/rails/rails). Updates `actionpack` from 7.1.3.4 to 7.1.4.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.1.3.4...v7.1.4.1) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0ca5e6 commit 74a06b0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ PATH
1616
GEM
1717
remote: https://rubygems.org/
1818
specs:
19-
actionpack (7.1.3.4)
20-
actionview (= 7.1.3.4)
21-
activesupport (= 7.1.3.4)
19+
actionpack (7.1.4.1)
20+
actionview (= 7.1.4.1)
21+
activesupport (= 7.1.4.1)
2222
nokogiri (>= 1.8.5)
2323
racc
2424
rack (>= 2.2.4)
2525
rack-session (>= 1.0.1)
2626
rack-test (>= 0.6.3)
2727
rails-dom-testing (~> 2.2)
2828
rails-html-sanitizer (~> 1.6)
29-
actionview (7.1.3.4)
30-
activesupport (= 7.1.3.4)
29+
actionview (7.1.4.1)
30+
activesupport (= 7.1.4.1)
3131
builder (~> 3.1)
3232
erubi (~> 1.11)
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
35-
activesupport (7.1.3.4)
35+
activesupport (7.1.4.1)
3636
base64
3737
bigdecimal
3838
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -49,7 +49,7 @@ GEM
4949
bcrypt_pbkdf (1.1.1-x86_64-darwin)
5050
bigdecimal (3.1.8)
5151
builder (3.3.0)
52-
concurrent-ruby (1.3.3)
52+
concurrent-ruby (1.3.4)
5353
connection_pool (2.4.1)
5454
crass (1.0.6)
5555
debug (1.9.2)
@@ -59,7 +59,7 @@ GEM
5959
drb (2.2.1)
6060
ed25519 (1.3.0)
6161
erubi (1.13.0)
62-
i18n (1.14.5)
62+
i18n (1.14.6)
6363
concurrent-ruby (~> 1.0)
6464
io-console (0.7.2)
6565
irb (1.14.0)
@@ -70,7 +70,7 @@ GEM
7070
loofah (2.22.0)
7171
crass (~> 1.0.2)
7272
nokogiri (>= 1.12.0)
73-
minitest (5.24.1)
73+
minitest (5.25.1)
7474
mocha (2.4.5)
7575
ruby2_keywords (>= 0.0.5)
7676
mutex_m (0.2.0)
@@ -92,7 +92,7 @@ GEM
9292
psych (5.1.2)
9393
stringio
9494
racc (1.8.1)
95-
rack (3.1.7)
95+
rack (3.1.8)
9696
rack-session (2.0.0)
9797
rack (>= 3.0.0)
9898
rack-test (2.1.0)
@@ -107,9 +107,9 @@ GEM
107107
rails-html-sanitizer (1.6.0)
108108
loofah (~> 2.21)
109109
nokogiri (~> 1.14)
110-
railties (7.1.3.4)
111-
actionpack (= 7.1.3.4)
112-
activesupport (= 7.1.3.4)
110+
railties (7.1.4.1)
111+
actionpack (= 7.1.4.1)
112+
activesupport (= 7.1.4.1)
113113
irb
114114
rackup (>= 1.0.0)
115115
rake (>= 12.2)

0 commit comments

Comments
 (0)