Skip to content

Commit eb438f8

Browse files
build(deps): bump actionpack from 8.0.2.1 to 8.0.3 (#4573)
Bumps [actionpack](https://github.com/rails/rails) from 8.0.2.1 to 8.0.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.3/actionpack/CHANGELOG.md) - [Commits](rails/rails@v8.0.2.1...v8.0.3) --- updated-dependencies: - dependency-name: actionpack dependency-version: 8.0.3 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 c1349a3 commit eb438f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ gem 'uri', '~> 1.0'
4545
gem 'vmstat', '~> 2.3'
4646

4747
# Rails Components
48-
gem 'actionpack', '~> 8.0.2'
48+
gem 'actionpack', '~> 8.0.3'
4949
gem 'actionview', '~> 8.0.1'
5050
gem 'activemodel', '~> 8.0.2'
5151
gem 'railties', '~> 8.0.3'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ PLATFORMS
628628
x86_64-linux
629629

630630
DEPENDENCIES
631-
actionpack (~> 8.0.2)
631+
actionpack (~> 8.0.3)
632632
actionview (~> 8.0.1)
633633
activemodel (~> 8.0.2)
634634
addressable

0 commit comments

Comments
 (0)