Skip to content

Commit 857778e

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 4a1ba35 commit 857778e

File tree

2 files changed

+30
-29
lines changed

2 files changed

+30
-29
lines changed

Gemfile

+4-4
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

+26-25
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.6.1)
141141
digest-xxhash (0.2.9)
142142
docile (1.1.5)
@@ -267,7 +267,7 @@ GEM
267267
concurrent-ruby (~> 1.0)
268268
io-console (0.8.0)
269269
ipaddress (0.8.3)
270-
irb (1.15.1)
270+
irb (1.15.2)
271271
pp (>= 0.6.0)
272272
rdoc (>= 4.0.0)
273273
reline (>= 0.4.2)
@@ -310,7 +310,7 @@ GEM
310310
mime-types-data (3.2025.0318)
311311
mini_mime (1.1.5)
312312
mini_portile2 (2.8.8)
313-
minitest (5.25.4)
313+
minitest (5.25.5)
314314
mock_redis (0.49.0)
315315
redis (~> 5)
316316
ms_rest (0.6.4)
@@ -395,9 +395,9 @@ GEM
395395
rails-html-sanitizer (1.6.2)
396396
loofah (~> 2.21)
397397
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)
398-
railties (7.2.2.1)
399-
actionpack (= 7.2.2.1)
400-
activesupport (= 7.2.2.1)
398+
railties (8.0.2)
399+
actionpack (= 8.0.2)
400+
activesupport (= 8.0.2)
401401
irb (~> 1.13)
402402
rackup (>= 1.0.0)
403403
rake (>= 12.2)
@@ -410,14 +410,14 @@ GEM
410410
ffi (~> 1.0)
411411
rbs (3.9.2)
412412
logger
413-
rdoc (6.12.0)
413+
rdoc (6.13.1)
414414
psych (>= 4.0.0)
415415
redis (5.4.0)
416416
redis-client (>= 0.22.0)
417417
redis-client (0.23.2)
418418
connection_pool
419419
regexp_parser (2.10.0)
420-
reline (0.6.0)
420+
reline (0.6.1)
421421
io-console (~> 0.5)
422422
representable (3.2.0)
423423
declarative (< 0.1.0)
@@ -557,7 +557,7 @@ GEM
557557
steno (1.3.5)
558558
fluent-logger
559559
yajl-ruby (~> 1.0)
560-
stringio (3.1.2)
560+
stringio (3.1.6)
561561
talentbox-delayed_job_sequel (4.3.0)
562562
delayed_job (~> 4.1.0)
563563
sequel (>= 3.38, < 6.0)
@@ -577,6 +577,7 @@ GEM
577577
unicode-display_width (3.1.4)
578578
unicode-emoji (~> 4.0, >= 4.0.4)
579579
unicode-emoji (4.0.4)
580+
uri (1.0.3)
580581
useragent (0.16.11)
581582
vhd (0.0.4)
582583
bit-struct
@@ -592,17 +593,17 @@ GEM
592593
yard (0.9.37)
593594
yard-solargraph (0.1.0)
594595
yard (~> 0.9)
595-
zeitwerk (2.7.1)
596+
zeitwerk (2.7.2)
596597

597598
PLATFORMS
598599
ruby
599600
x86_64-darwin
600601
x86_64-linux
601602

602603
DEPENDENCIES
603-
actionpack (~> 7.2.2)
604-
actionview (~> 7.2.1)
605-
activemodel (~> 7.2.2)
604+
actionpack (~> 8.0.2)
605+
actionview (~> 8.0.2)
606+
activemodel (~> 8.0.2)
606607
addressable
607608
allowy (>= 2.1.0)
608609
azure-storage-blob!
@@ -652,7 +653,7 @@ DEPENDENCIES
652653
public_suffix
653654
puma
654655
rack-test
655-
railties (~> 7.2.1)
656+
railties (~> 8.0.2)
656657
rake
657658
redis
658659
roodi

0 commit comments

Comments
 (0)