Skip to content

Commit 169b620

Browse files
build(deps): bump actionpack from 8.1.1 to 8.1.2 (#4743)
Bumps [actionpack](https://github.com/rails/rails) from 8.1.1 to 8.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2/actionpack/CHANGELOG.md) - [Commits](rails/rails@v8.1.1...v8.1.2) --- updated-dependencies: - dependency-name: actionpack dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90d24b2 commit 169b620

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gem 'uri', '~> 1.1'
4040
gem 'vmstat', '~> 2.3'
4141

4242
# Rails Components
43-
gem 'actionpack', '~> 8.1.0'
43+
gem 'actionpack', '~> 8.1.2'
4444
gem 'actionview', '~> 8.1.1'
4545
gem 'activemodel', '~> 8.1.2'
4646
gem 'railties', '~> 8.1.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ GEM
287287
logger (1.7.0)
288288
loggregator_emitter (5.2.0)
289289
beefcake (~> 1.0.0)
290-
loofah (2.24.1)
290+
loofah (2.25.0)
291291
crass (~> 1.0.2)
292292
nokogiri (>= 1.12.0)
293293
machinist (1.0.6)
@@ -610,7 +610,7 @@ PLATFORMS
610610
x86_64-linux
611611

612612
DEPENDENCIES
613-
actionpack (~> 8.1.0)
613+
actionpack (~> 8.1.2)
614614
actionview (~> 8.1.1)
615615
activemodel (~> 8.1.2)
616616
addressable

0 commit comments

Comments
 (0)