Skip to content

Commit e5ee51a

Browse files
build(deps): bump actionpack from 8.0.2.1 to 8.0.3
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]>
1 parent 43197d9 commit e5ee51a

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
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.1'

Gemfile.lock

Lines changed: 15 additions & 13 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.2.1)
46-
actionview (= 8.0.2.1)
47-
activesupport (= 8.0.2.1)
45+
actionpack (8.0.3)
46+
actionview (= 8.0.3)
47+
activesupport (= 8.0.3)
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.2.1)
56-
activesupport (= 8.0.2.1)
55+
actionview (8.0.3)
56+
activesupport (= 8.0.3)
5757
builder (~> 3.1)
5858
erubi (~> 1.11)
5959
rails-dom-testing (~> 2.2)
6060
rails-html-sanitizer (~> 1.6)
61-
activemodel (8.0.2.1)
62-
activesupport (= 8.0.2.1)
63-
activesupport (8.0.2.1)
61+
activemodel (8.0.3)
62+
activesupport (= 8.0.3)
63+
activesupport (8.0.3)
6464
base64
6565
benchmark (>= 0.3)
6666
bigdecimal
@@ -124,7 +124,7 @@ GEM
124124
simplecov (<= 0.13)
125125
coderay (1.1.3)
126126
concurrent-ruby (1.3.5)
127-
connection_pool (2.5.3)
127+
connection_pool (2.5.4)
128128
crack (1.0.0)
129129
bigdecimal
130130
rexml
@@ -407,13 +407,14 @@ GEM
407407
rails-html-sanitizer (1.6.2)
408408
loofah (~> 2.21)
409409
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)
410-
railties (8.0.2.1)
411-
actionpack (= 8.0.2.1)
412-
activesupport (= 8.0.2.1)
410+
railties (8.0.3)
411+
actionpack (= 8.0.3)
412+
activesupport (= 8.0.3)
413413
irb (~> 1.13)
414414
rackup (>= 1.0.0)
415415
rake (>= 12.2)
416416
thor (~> 1.0, >= 1.2.2)
417+
tsort (>= 0.2)
417418
zeitwerk (~> 2.6)
418419
rainbow (3.1.1)
419420
rake (13.3.0)
@@ -594,6 +595,7 @@ GEM
594595
timecop (0.9.10)
595596
timeliness (0.4.5)
596597
trailblazer-option (0.1.2)
598+
tsort (0.2.0)
597599
tzinfo (2.0.6)
598600
concurrent-ruby (~> 1.0)
599601
uber (0.1.0)
@@ -626,7 +628,7 @@ PLATFORMS
626628
x86_64-linux
627629

628630
DEPENDENCIES
629-
actionpack (~> 8.0.2)
631+
actionpack (~> 8.0.3)
630632
actionview (~> 8.0.1)
631633
activemodel (~> 8.0.2)
632634
addressable

0 commit comments

Comments
 (0)