Skip to content

Commit 32db148

Browse files
build(deps): bump actionview, activemodel, actionpack and railties
Bumps [actionview](https://github.com/rails/rails), [activemodel](https://github.com/rails/rails), [actionpack](https://github.com/rails/rails) and [railties](https://github.com/rails/rails). These dependencies needed to be updated together. Updates `actionview` from 7.2.2.1 to 8.0.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.1/actionview/CHANGELOG.md) - [Commits](rails/rails@v7.2.2.1...v8.0.1) Updates `activemodel` from 7.2.2.1 to 8.0.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.1/activemodel/CHANGELOG.md) - [Commits](rails/rails@v7.2.2.1...v8.0.1) Updates `actionpack` from 7.2.2.1 to 8.0.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.2.2.1...v8.0.1) Updates `railties` from 7.2.2.1 to 8.0.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.1/railties/CHANGELOG.md) - [Commits](rails/rails@v7.2.2.1...v8.0.1) --- updated-dependencies: - dependency-name: actionview dependency-type: direct:production update-type: version-update:semver-major - 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: railties dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 51acb06 commit 32db148

2 files changed

Lines changed: 30 additions & 29 deletions

File tree

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.2'
49-
gem 'railties', '~> 7.2.1'
46+
gem 'actionpack', '~> 8.0.1'
47+
gem 'actionview', '~> 8.0.1'
48+
gem 'activemodel', '~> 8.0.1'
49+
gem 'railties', '~> 8.0.1'
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: 26 additions & 25 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.1)
46-
actionview (= 7.2.2.1)
47-
activesupport (= 7.2.2.1)
45+
actionpack (8.0.1)
46+
actionview (= 8.0.1)
47+
activesupport (= 8.0.1)
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.1)
57-
activesupport (= 7.2.2.1)
55+
actionview (8.0.1)
56+
activesupport (= 8.0.1)
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.1)
63-
activesupport (= 7.2.2.1)
64-
activesupport (7.2.2.1)
61+
activemodel (8.0.1)
62+
activesupport (= 8.0.1)
63+
activesupport (8.0.1)
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)
@@ -133,15 +133,15 @@ GEM
133133
irb (~> 1.10)
134134
reline (>= 0.3.8)
135135
declarative (0.0.20)
136-
delayed_job (4.1.12)
137-
activesupport (>= 3.0, < 8.0)
136+
delayed_job (4.1.13)
137+
activesupport (>= 3.0, < 9.0)
138138
diff-lcs (1.5.1)
139139
digest-xxhash (0.2.8)
140140
docile (1.1.5)
141141
domain_name (0.6.20240107)
142142
drb (2.2.1)
143143
e2mmap (0.1.0)
144-
erubi (1.13.0)
144+
erubi (1.13.1)
145145
eventmachine (1.2.7)
146146
excon (0.112.0)
147147
faraday (0.17.6)
@@ -292,7 +292,7 @@ GEM
292292
llhttp-ffi (0.5.0)
293293
ffi-compiler (~> 1.0)
294294
rake (~> 13.0)
295-
logger (1.6.2)
295+
logger (1.6.4)
296296
loggregator_emitter (5.2.0)
297297
beefcake (~> 1.0.0)
298298
loofah (2.23.1)
@@ -383,12 +383,12 @@ GEM
383383
activesupport (>= 5.0.0)
384384
minitest
385385
nokogiri (>= 1.6)
386-
rails-html-sanitizer (1.6.1)
386+
rails-html-sanitizer (1.6.2)
387387
loofah (~> 2.21)
388388
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)
389-
railties (7.2.2.1)
390-
actionpack (= 7.2.2.1)
391-
activesupport (= 7.2.2.1)
389+
railties (8.0.1)
390+
actionpack (= 8.0.1)
391+
activesupport (= 8.0.1)
392392
irb (~> 1.13)
393393
rackup (>= 1.0.0)
394394
rake (>= 12.2)
@@ -491,7 +491,7 @@ GEM
491491
ruby_parser (3.8.3)
492492
sexp_processor (~> 4.1)
493493
rubyzip (2.3.2)
494-
securerandom (0.4.0)
494+
securerandom (0.4.1)
495495
sequel (5.87.0)
496496
bigdecimal
497497
sequel_pg (1.17.1)
@@ -563,15 +563,16 @@ GEM
563563
unicode-display_width (3.1.2)
564564
unicode-emoji (~> 4.0, >= 4.0.4)
565565
unicode-emoji (4.0.4)
566-
useragent (0.16.10)
566+
uri (1.0.2)
567+
useragent (0.16.11)
567568
vhd (0.0.4)
568569
bit-struct
569570
vmstat (2.3.1)
570571
webmock (3.24.0)
571572
addressable (>= 2.8.0)
572573
crack (>= 0.3.2)
573574
hashdiff (>= 0.4.0, < 2.0.0)
574-
webrick (1.9.0)
575+
webrick (1.9.1)
575576
xml-simple (1.1.9)
576577
rexml
577578
yajl-ruby (1.4.3)
@@ -584,9 +585,9 @@ PLATFORMS
584585
x86_64-linux
585586

586587
DEPENDENCIES
587-
actionpack (~> 7.2.2)
588-
actionview (~> 7.2.1)
589-
activemodel (~> 7.2.2)
588+
actionpack (~> 8.0.1)
589+
actionview (~> 8.0.1)
590+
activemodel (~> 8.0.1)
590591
addressable
591592
allowy (>= 2.1.0)
592593
azure-storage-blob!
@@ -635,7 +636,7 @@ DEPENDENCIES
635636
public_suffix
636637
puma
637638
rack-test
638-
railties (~> 7.2.1)
639+
railties (~> 8.0.1)
639640
rake
640641
redis
641642
roodi

0 commit comments

Comments
 (0)