Skip to content

Commit 5f4df6d

Browse files
build(deps): bump actionpack from 7.1.3.4 to 7.1.4 (#4011)
Bumps [actionpack](https://github.com/rails/rails) from 7.1.3.4 to 7.1.4. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.1.3.4...v7.1.4) --- updated-dependencies: - dependency-name: actionpack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 276462c commit 5f4df6d

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ gem 'thin'
4646
gem 'vmstat', '~> 2.3'
4747

4848
# Rails Components
49-
gem 'actionpack', '~> 7.1.0'
49+
gem 'actionpack', '~> 7.1.4'
5050
gem 'actionview', '~> 7.1.0'
5151
gem 'activemodel', '~> 7.1.0'
5252
gem 'railties', '~> 7.1.0'

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,25 +49,25 @@ GIT
4949
GEM
5050
remote: https://rubygems.org/
5151
specs:
52-
actionpack (7.1.3.4)
53-
actionview (= 7.1.3.4)
54-
activesupport (= 7.1.3.4)
52+
actionpack (7.1.4)
53+
actionview (= 7.1.4)
54+
activesupport (= 7.1.4)
5555
nokogiri (>= 1.8.5)
5656
racc
5757
rack (>= 2.2.4)
5858
rack-session (>= 1.0.1)
5959
rack-test (>= 0.6.3)
6060
rails-dom-testing (~> 2.2)
6161
rails-html-sanitizer (~> 1.6)
62-
actionview (7.1.3.4)
63-
activesupport (= 7.1.3.4)
62+
actionview (7.1.4)
63+
activesupport (= 7.1.4)
6464
builder (~> 3.1)
6565
erubi (~> 1.11)
6666
rails-dom-testing (~> 2.2)
6767
rails-html-sanitizer (~> 1.6)
68-
activemodel (7.1.3.4)
69-
activesupport (= 7.1.3.4)
70-
activesupport (7.1.3.4)
68+
activemodel (7.1.4)
69+
activesupport (= 7.1.4)
70+
activesupport (7.1.4)
7171
base64
7272
bigdecimal
7373
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -397,9 +397,9 @@ GEM
397397
rails-html-sanitizer (1.6.0)
398398
loofah (~> 2.21)
399399
nokogiri (~> 1.14)
400-
railties (7.1.3.4)
401-
actionpack (= 7.1.3.4)
402-
activesupport (= 7.1.3.4)
400+
railties (7.1.4)
401+
actionpack (= 7.1.4)
402+
activesupport (= 7.1.4)
403403
irb
404404
rackup (>= 1.0.0)
405405
rake (>= 12.2)
@@ -592,7 +592,7 @@ PLATFORMS
592592
x86_64-linux
593593

594594
DEPENDENCIES
595-
actionpack (~> 7.1.0)
595+
actionpack (~> 7.1.4)
596596
actionview (~> 7.1.0)
597597
activemodel (~> 7.1.0)
598598
addressable

0 commit comments

Comments
 (0)