Skip to content

Commit c99a993

Browse files
dependabot[bot]philippthun
authored andcommitted
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] <[email protected]>
1 parent 4c6c470 commit c99a993

File tree

2 files changed

+31
-30
lines changed

2 files changed

+31
-30
lines changed

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.1'
48+
gem 'actionview', '~> 8.0.1'
49+
gem 'activemodel', '~> 8.0.1'
50+
gem 'railties', '~> 8.0.1'
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: 27 additions & 26 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)
@@ -135,14 +135,14 @@ 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)
143143
domain_name (0.6.20240107)
144144
drb (2.2.1)
145-
erubi (1.13.0)
145+
erubi (1.13.1)
146146
eventmachine (1.2.7)
147147
excon (0.112.0)
148148
faraday (0.17.6)
@@ -296,7 +296,7 @@ GEM
296296
logger (1.6.5)
297297
loggregator_emitter (5.2.0)
298298
beefcake (~> 1.0.0)
299-
loofah (2.23.1)
299+
loofah (2.24.0)
300300
crass (~> 1.0.2)
301301
nokogiri (>= 1.12.0)
302302
machinist (1.0.6)
@@ -364,7 +364,7 @@ GEM
364364
pry-byebug (3.10.1)
365365
byebug (~> 11.0)
366366
pry (>= 0.13, < 0.15)
367-
psych (5.2.2)
367+
psych (5.2.3)
368368
date
369369
stringio
370370
public_suffix (6.0.1)
@@ -386,12 +386,12 @@ GEM
386386
activesupport (>= 5.0.0)
387387
minitest
388388
nokogiri (>= 1.6)
389-
rails-html-sanitizer (1.6.1)
389+
rails-html-sanitizer (1.6.2)
390390
loofah (~> 2.21)
391391
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)
392-
railties (7.2.2.1)
393-
actionpack (= 7.2.2.1)
394-
activesupport (= 7.2.2.1)
392+
railties (8.0.1)
393+
actionpack (= 8.0.1)
394+
activesupport (= 8.0.1)
395395
irb (~> 1.13)
396396
rackup (>= 1.0.0)
397397
rake (>= 12.2)
@@ -404,7 +404,7 @@ GEM
404404
ffi (~> 1.0)
405405
rbs (3.8.1)
406406
logger
407-
rdoc (6.10.0)
407+
rdoc (6.11.0)
408408
psych (>= 4.0.0)
409409
redis (5.3.0)
410410
redis-client (>= 0.22.0)
@@ -569,15 +569,16 @@ GEM
569569
unicode-display_width (3.1.4)
570570
unicode-emoji (~> 4.0, >= 4.0.4)
571571
unicode-emoji (4.0.4)
572-
useragent (0.16.10)
572+
uri (1.0.2)
573+
useragent (0.16.11)
573574
vhd (0.0.4)
574575
bit-struct
575576
vmstat (2.3.1)
576577
webmock (3.24.0)
577578
addressable (>= 2.8.0)
578579
crack (>= 0.3.2)
579580
hashdiff (>= 0.4.0, < 2.0.0)
580-
webrick (1.9.0)
581+
webrick (1.9.1)
581582
xml-simple (1.1.9)
582583
rexml
583584
yajl-ruby (1.4.3)
@@ -590,9 +591,9 @@ PLATFORMS
590591
x86_64-linux
591592

592593
DEPENDENCIES
593-
actionpack (~> 7.2.2)
594-
actionview (~> 7.2.1)
595-
activemodel (~> 7.2.2)
594+
actionpack (~> 8.0.1)
595+
actionview (~> 8.0.1)
596+
activemodel (~> 8.0.1)
596597
addressable
597598
allowy (>= 2.1.0)
598599
azure-storage-blob!
@@ -642,7 +643,7 @@ DEPENDENCIES
642643
public_suffix
643644
puma
644645
rack-test
645-
railties (~> 7.2.1)
646+
railties (~> 8.0.1)
646647
rake
647648
redis
648649
roodi

0 commit comments

Comments
 (0)