Skip to content

Commit 38ad469

Browse files
build(deps): bump activemodel, actionpack, actionview and railties
Bumps [activemodel](https://github.com/rails/rails), [actionpack](https://github.com/rails/rails), [actionview](https://github.com/rails/rails) and [railties](https://github.com/rails/rails). These dependencies needed to be updated together. Updates `activemodel` from 7.2.2 to 8.0.0 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0/activemodel/CHANGELOG.md) - [Commits](rails/rails@v7.2.2...v8.0.0) Updates `actionpack` from 7.2.2 to 8.0.0 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.2.2...v8.0.0) Updates `actionview` from 7.2.2 to 8.0.0 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0/actionview/CHANGELOG.md) - [Commits](rails/rails@v7.2.2...v8.0.0) Updates `railties` from 7.2.2 to 8.0.0 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0/railties/CHANGELOG.md) - [Commits](rails/rails@v7.2.2...v8.0.0) --- updated-dependencies: - dependency-name: activemodel dependency-type: direct:production update-type: version-update:semver-major - dependency-name: actionpack dependency-type: direct:production update-type: version-update:semver-major - dependency-name: actionview dependency-type: direct:production update-type: version-update:semver-major - dependency-name: railties dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e1d2f4 commit 38ad469

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ gem 'thin'
4343
gem 'vmstat', '~> 2.3'
4444

4545
# Rails Components
46-
gem 'actionpack', '~> 7.2.2'
47-
gem 'actionview', '~> 7.2.1'
48-
gem 'activemodel', '~> 7.2.1'
49-
gem 'railties', '~> 7.2.1'
46+
gem 'actionpack', '~> 8.0.0'
47+
gem 'actionview', '~> 8.0.0'
48+
gem 'activemodel', '~> 8.0.0'
49+
gem 'railties', '~> 8.0.0'
5050

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

Gemfile.lock

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,25 @@ GIT
4242
GEM
4343
remote: https://rubygems.org/
4444
specs:
45-
actionpack (7.2.2)
46-
actionview (= 7.2.2)
47-
activesupport (= 7.2.2)
45+
actionpack (8.0.0)
46+
actionview (= 8.0.0)
47+
activesupport (= 8.0.0)
4848
nokogiri (>= 1.8.5)
49-
racc
50-
rack (>= 2.2.4, < 3.2)
49+
rack (>= 2.2.4)
5150
rack-session (>= 1.0.1)
5251
rack-test (>= 0.6.3)
5352
rails-dom-testing (~> 2.2)
5453
rails-html-sanitizer (~> 1.6)
5554
useragent (~> 0.16)
56-
actionview (7.2.2)
57-
activesupport (= 7.2.2)
55+
actionview (8.0.0)
56+
activesupport (= 8.0.0)
5857
builder (~> 3.1)
5958
erubi (~> 1.11)
6059
rails-dom-testing (~> 2.2)
6160
rails-html-sanitizer (~> 1.6)
62-
activemodel (7.2.2)
63-
activesupport (= 7.2.2)
64-
activesupport (7.2.2)
61+
activemodel (8.0.0)
62+
activesupport (= 8.0.0)
63+
activesupport (8.0.0)
6564
base64
6665
benchmark (>= 0.3)
6766
bigdecimal
@@ -73,6 +72,7 @@ GEM
7372
minitest (>= 5.1)
7473
securerandom (>= 0.3)
7574
tzinfo (~> 2.0, >= 2.0.5)
75+
uri (>= 0.13.1)
7676
addressable (2.8.7)
7777
public_suffix (>= 2.0.2, < 7.0)
7878
aliyun-sdk (0.8.0)
@@ -132,8 +132,8 @@ GEM
132132
irb (~> 1.10)
133133
reline (>= 0.3.8)
134134
declarative (0.0.20)
135-
delayed_job (4.1.12)
136-
activesupport (>= 3.0, < 8.0)
135+
delayed_job (4.1.13)
136+
activesupport (>= 3.0, < 9.0)
137137
diff-lcs (1.5.1)
138138
digest-xxhash (0.2.8)
139139
docile (1.1.5)
@@ -382,9 +382,9 @@ GEM
382382
rails-html-sanitizer (1.6.0)
383383
loofah (~> 2.21)
384384
nokogiri (~> 1.14)
385-
railties (7.2.2)
386-
actionpack (= 7.2.2)
387-
activesupport (= 7.2.2)
385+
railties (8.0.0)
386+
actionpack (= 8.0.0)
387+
activesupport (= 8.0.0)
388388
irb (~> 1.13)
389389
rackup (>= 1.0.0)
390390
rake (>= 12.2)
@@ -557,6 +557,7 @@ GEM
557557
concurrent-ruby (~> 1.0)
558558
uber (0.1.0)
559559
unicode-display_width (2.6.0)
560+
uri (1.0.1)
560561
useragent (0.16.10)
561562
vhd (0.0.4)
562563
bit-struct
@@ -578,9 +579,9 @@ PLATFORMS
578579
x86_64-linux
579580

580581
DEPENDENCIES
581-
actionpack (~> 7.2.2)
582-
actionview (~> 7.2.1)
583-
activemodel (~> 7.2.1)
582+
actionpack (~> 8.0.0)
583+
actionview (~> 8.0.0)
584+
activemodel (~> 8.0.0)
584585
addressable
585586
allowy (>= 2.1.0)
586587
azure-storage-blob!
@@ -629,7 +630,7 @@ DEPENDENCIES
629630
public_suffix
630631
puma
631632
rack-test
632-
railties (~> 7.2.1)
633+
railties (~> 8.0.0)
633634
rake
634635
redis
635636
roodi

0 commit comments

Comments
 (0)