Skip to content

Commit e56dc38

Browse files
build(deps): bump actionpack from 8.0.1 to 8.0.2 (#4354)
Bumps [actionpack](https://github.com/rails/rails) from 8.0.1 to 8.0.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2/actionpack/CHANGELOG.md) - [Commits](rails/rails@v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: actionpack dependency-version: 8.0.2 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 f8e1b69 commit e56dc38

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
@@ -45,7 +45,7 @@ gem 'uri', '~> 0.13'
4545
gem 'vmstat', '~> 2.3'
4646

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

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@ GIT
4242
GEM
4343
remote: https://rubygems.org/
4444
specs:
45-
actionpack (8.0.1)
46-
actionview (= 8.0.1)
47-
activesupport (= 8.0.1)
45+
actionpack (8.0.2)
46+
actionview (= 8.0.2)
47+
activesupport (= 8.0.2)
4848
nokogiri (>= 1.8.5)
4949
rack (>= 2.2.4)
5050
rack-session (>= 1.0.1)
5151
rack-test (>= 0.6.3)
5252
rails-dom-testing (~> 2.2)
5353
rails-html-sanitizer (~> 1.6)
5454
useragent (~> 0.16)
55-
actionview (8.0.1)
56-
activesupport (= 8.0.1)
55+
actionview (8.0.2)
56+
activesupport (= 8.0.2)
5757
builder (~> 3.1)
5858
erubi (~> 1.11)
5959
rails-dom-testing (~> 2.2)
6060
rails-html-sanitizer (~> 1.6)
61-
activemodel (8.0.1)
62-
activesupport (= 8.0.1)
63-
activesupport (8.0.1)
61+
activemodel (8.0.2)
62+
activesupport (= 8.0.2)
63+
activesupport (8.0.2)
6464
base64
6565
benchmark (>= 0.3)
6666
bigdecimal
@@ -396,9 +396,9 @@ GEM
396396
rails-html-sanitizer (1.6.2)
397397
loofah (~> 2.21)
398398
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)
399-
railties (8.0.1)
400-
actionpack (= 8.0.1)
401-
activesupport (= 8.0.1)
399+
railties (8.0.2)
400+
actionpack (= 8.0.2)
401+
activesupport (= 8.0.2)
402402
irb (~> 1.13)
403403
rackup (>= 1.0.0)
404404
rake (>= 12.2)
@@ -609,7 +609,7 @@ PLATFORMS
609609
x86_64-linux
610610

611611
DEPENDENCIES
612-
actionpack (~> 8.0.1)
612+
actionpack (~> 8.0.2)
613613
actionview (~> 8.0.1)
614614
activemodel (~> 8.0.1)
615615
addressable

0 commit comments

Comments
 (0)