Skip to content

Commit

Permalink
build(deps): bump actionview, activemodel, actionpack and railties
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 03897ff commit 6d54fa1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 33 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ gem 'thin'
gem 'vmstat', '~> 2.3'

# Rails Components
gem 'actionpack', '~> 7.2.2'
gem 'actionview', '~> 7.2.1'
gem 'activemodel', '~> 7.2.2'
gem 'railties', '~> 7.2.1'
gem 'actionpack', '~> 8.0.1'
gem 'actionview', '~> 8.0.1'
gem 'activemodel', '~> 8.0.1'
gem 'railties', '~> 8.0.1'

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

Expand Down
61 changes: 32 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,25 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actionpack (7.2.2.1)
actionview (= 7.2.2.1)
activesupport (= 7.2.2.1)
actionpack (8.0.1)
actionview (= 8.0.1)
activesupport (= 8.0.1)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4, < 3.2)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actionview (7.2.2.1)
activesupport (= 7.2.2.1)
actionview (8.0.1)
activesupport (= 8.0.1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (7.2.2.1)
activesupport (= 7.2.2.1)
activesupport (7.2.2.1)
activemodel (8.0.1)
activesupport (= 8.0.1)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -73,6 +72,7 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
aliyun-sdk (0.8.0)
Expand Down Expand Up @@ -128,12 +128,13 @@ GEM
rexml
crass (1.0.6)
daemons (1.4.1)
date (3.4.1)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
declarative (0.0.20)
delayed_job (4.1.12)
activesupport (>= 3.0, < 8.0)
delayed_job (4.1.13)
activesupport (>= 3.0, < 9.0)
diff-lcs (1.5.1)
digest-xxhash (0.2.8)
docile (1.1.5)
Expand Down Expand Up @@ -262,9 +263,9 @@ GEM
httpclient (2.8.3)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
io-console (0.8.0)
ipaddress (0.8.3)
irb (1.14.1)
irb (1.14.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jaro_winkler (1.5.6)
Expand All @@ -291,7 +292,7 @@ GEM
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.2)
logger (1.6.3)
loggregator_emitter (5.2.0)
beefcake (~> 1.0.0)
loofah (2.23.1)
Expand Down Expand Up @@ -360,7 +361,8 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
psych (5.2.0)
psych (5.2.1)
date
stringio
public_suffix (6.0.1)
puma (6.5.0)
Expand All @@ -381,12 +383,12 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.1)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
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)
railties (7.2.2.1)
actionpack (= 7.2.2.1)
activesupport (= 7.2.2.1)
railties (8.0.1)
actionpack (= 8.0.1)
activesupport (= 8.0.1)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
Expand All @@ -398,14 +400,14 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rbs (2.8.4)
rdoc (6.7.0)
rdoc (6.9.1)
psych (>= 4.0.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.3)
reline (0.5.11)
reline (0.6.0)
io-console (~> 0.5)
representable (3.2.0)
declarative (< 0.1.0)
Expand Down Expand Up @@ -489,7 +491,7 @@ GEM
ruby_parser (3.8.3)
sexp_processor (~> 4.1)
rubyzip (2.3.2)
securerandom (0.4.0)
securerandom (0.4.1)
sequel (5.87.0)
bigdecimal
sequel_pg (1.17.1)
Expand Down Expand Up @@ -561,15 +563,16 @@ GEM
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
useragent (0.16.10)
uri (1.0.2)
useragent (0.16.11)
vhd (0.0.4)
bit-struct
vmstat (2.3.1)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.9.0)
webrick (1.9.1)
xml-simple (1.1.9)
rexml
yajl-ruby (1.4.3)
Expand All @@ -582,9 +585,9 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
actionpack (~> 7.2.2)
actionview (~> 7.2.1)
activemodel (~> 7.2.2)
actionpack (~> 8.0.1)
actionview (~> 8.0.1)
activemodel (~> 8.0.1)
addressable
allowy (>= 2.1.0)
azure-storage-blob!
Expand Down Expand Up @@ -633,7 +636,7 @@ DEPENDENCIES
public_suffix
puma
rack-test
railties (~> 7.2.1)
railties (~> 8.0.1)
rake
redis
roodi
Expand Down

0 comments on commit 6d54fa1

Please sign in to comment.