Skip to content

Commit 7ed5630

Browse files
build(deps): bump actionpack, actionview, activemodel and railties
Bumps [actionpack](https://github.com/rails/rails), [actionview](https://github.com/rails/rails), [activemodel](https://github.com/rails/rails) and [railties](https://github.com/rails/rails). These dependencies needed to be updated together. Updates `actionpack` from 7.2.2.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@v7.2.2.1...v8.0.2) Updates `actionview` from 7.2.2.1 to 8.0.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2/actionview/CHANGELOG.md) - [Commits](rails/rails@v7.2.2.1...v8.0.2) Updates `activemodel` from 7.2.2.1 to 8.0.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2/activemodel/CHANGELOG.md) - [Commits](rails/rails@v7.2.2.1...v8.0.2) Updates `railties` from 7.2.2.1 to 8.0.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2/railties/CHANGELOG.md) - [Commits](rails/rails@v7.2.2.1...v8.0.2) --- updated-dependencies: - 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: activemodel 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 f9d07f8 commit 7ed5630

2 files changed

Lines changed: 28 additions & 27 deletions

File tree

Gemfile

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

4646
# Rails Components
47-
gem 'actionpack', '~> 7.2.2'
48-
gem 'actionview', '~> 7.2.1'
49-
gem 'activemodel', '~> 7.2.2'
50-
gem 'railties', '~> 7.2.1'
47+
gem 'actionpack', '~> 8.0.2'
48+
gem 'actionview', '~> 8.0.2'
49+
gem 'activemodel', '~> 8.0.2'
50+
gem 'railties', '~> 8.0.2'
5151

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

Gemfile.lock

Lines changed: 24 additions & 23 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.2)
46+
actionview (= 8.0.2)
47+
activesupport (= 8.0.2)
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.2)
56+
activesupport (= 8.0.2)
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.2)
62+
activesupport (= 8.0.2)
63+
activesupport (8.0.2)
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)
@@ -135,8 +135,8 @@ GEM
135135
irb (~> 1.10)
136136
reline (>= 0.3.8)
137137
declarative (0.0.20)
138-
delayed_job (4.1.12)
139-
activesupport (>= 3.0, < 8.0)
138+
delayed_job (4.1.13)
139+
activesupport (>= 3.0, < 9.0)
140140
diff-lcs (1.5.1)
141141
digest-xxhash (0.2.9)
142142
docile (1.1.5)
@@ -294,7 +294,7 @@ GEM
294294
llhttp-ffi (0.5.0)
295295
ffi-compiler (~> 1.0)
296296
rake (~> 13.0)
297-
logger (1.6.5)
297+
logger (1.6.6)
298298
loggregator_emitter (5.2.0)
299299
beefcake (~> 1.0.0)
300300
loofah (2.24.0)
@@ -375,7 +375,7 @@ GEM
375375
puma (6.6.0)
376376
nio4r (~> 2.0)
377377
racc (1.8.1)
378-
rack (2.2.11)
378+
rack (2.2.13)
379379
rack-protection (3.2.0)
380380
base64 (>= 0.1.0)
381381
rack (~> 2.2, >= 2.2.4)
@@ -393,9 +393,9 @@ GEM
393393
rails-html-sanitizer (1.6.2)
394394
loofah (~> 2.21)
395395
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)
396-
railties (7.2.2.1)
397-
actionpack (= 7.2.2.1)
398-
activesupport (= 7.2.2.1)
396+
railties (8.0.2)
397+
actionpack (= 8.0.2)
398+
activesupport (= 8.0.2)
399399
irb (~> 1.13)
400400
rackup (>= 1.0.0)
401401
rake (>= 12.2)
@@ -553,7 +553,7 @@ GEM
553553
steno (1.3.5)
554554
fluent-logger
555555
yajl-ruby (~> 1.0)
556-
stringio (3.1.2)
556+
stringio (3.1.5)
557557
talentbox-delayed_job_sequel (4.3.0)
558558
delayed_job (~> 4.1.0)
559559
sequel (>= 3.38, < 6.0)
@@ -573,6 +573,7 @@ GEM
573573
unicode-display_width (3.1.4)
574574
unicode-emoji (~> 4.0, >= 4.0.4)
575575
unicode-emoji (4.0.4)
576+
uri (1.0.3)
576577
useragent (0.16.11)
577578
vhd (0.0.4)
578579
bit-struct
@@ -586,17 +587,17 @@ GEM
586587
rexml
587588
yajl-ruby (1.4.3)
588589
yard (0.9.37)
589-
zeitwerk (2.7.1)
590+
zeitwerk (2.7.2)
590591

591592
PLATFORMS
592593
ruby
593594
x86_64-darwin
594595
x86_64-linux
595596

596597
DEPENDENCIES
597-
actionpack (~> 7.2.2)
598-
actionview (~> 7.2.1)
599-
activemodel (~> 7.2.2)
598+
actionpack (~> 8.0.2)
599+
actionview (~> 8.0.2)
600+
activemodel (~> 8.0.2)
600601
addressable
601602
allowy (>= 2.1.0)
602603
azure-storage-blob!
@@ -646,7 +647,7 @@ DEPENDENCIES
646647
public_suffix
647648
puma
648649
rack-test
649-
railties (~> 7.2.1)
650+
railties (~> 8.0.2)
650651
rake
651652
redis
652653
roodi

0 commit comments

Comments
 (0)