Skip to content

Commit c1349a3

Browse files
build(deps): bump railties from 8.0.2.1 to 8.0.3 (#4571)
Bumps [railties](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/railties/CHANGELOG.md) - [Commits](rails/rails@v8.0.2.1...v8.0.3) --- updated-dependencies: - dependency-name: railties 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 43197d9 commit c1349a3

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
@@ -48,7 +48,7 @@ gem 'vmstat', '~> 2.3'
4848
gem 'actionpack', '~> 8.0.2'
4949
gem 'actionview', '~> 8.0.1'
5050
gem 'activemodel', '~> 8.0.2'
51-
gem 'railties', '~> 8.0.1'
51+
gem 'railties', '~> 8.0.3'
5252

5353
gem 'azure-storage-blob', git: 'https://github.com/sethboyles/azure-storage-ruby.git', branch: 'x-ms-blob-content-type-fix-1.1'
5454

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)
@@ -678,7 +680,7 @@ DEPENDENCIES
678680
public_suffix
679681
puma
680682
rack-test
681-
railties (~> 8.0.1)
683+
railties (~> 8.0.3)
682684
rake
683685
redis
684686
roodi

0 commit comments

Comments
 (0)