Skip to content

Commit

Permalink
build(deps): bump railties, actionpack, actionview and activemodel (#…
Browse files Browse the repository at this point in the history
…4013)

Bumps [railties](https://github.com/rails/rails), [actionpack](https://github.com/rails/rails), [actionview](https://github.com/rails/rails) and [activemodel](https://github.com/rails/rails). These dependencies needed to be updated together.

Updates `railties` from 7.1.4 to 7.2.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.1/railties/CHANGELOG.md)
- [Commits](rails/rails@v7.1.4...v7.2.1)

Updates `actionpack` from 7.1.4 to 7.2.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.1/actionpack/CHANGELOG.md)
- [Commits](rails/rails@v7.1.4...v7.2.1)

Updates `actionview` from 7.1.4 to 7.2.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.1/actionview/CHANGELOG.md)
- [Commits](rails/rails@v7.1.4...v7.2.1)

Updates `activemodel` from 7.1.4 to 7.2.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.1/activemodel/CHANGELOG.md)
- [Commits](rails/rails@v7.1.4...v7.2.1)

---
updated-dependencies:
- dependency-name: railties
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: actionpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: actionview
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: activemodel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 6af8b70 commit 301f6e3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 29 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ gem 'thin'
gem 'vmstat', '~> 2.3'

# Rails Components
gem 'actionpack', '~> 7.1.4'
gem 'actionview', '~> 7.1.0'
gem 'activemodel', '~> 7.1.0'
gem 'railties', '~> 7.1.0'
gem 'actionpack', '~> 7.2.1'
gem 'actionview', '~> 7.2.1'
gem 'activemodel', '~> 7.2.1'
gem 'railties', '~> 7.2.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
53 changes: 28 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,34 +49,36 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actionpack (7.1.4)
actionview (= 7.1.4)
activesupport (= 7.1.4)
actionpack (7.2.1)
actionview (= 7.2.1)
activesupport (= 7.2.1)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack (>= 2.2.4, < 3.2)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.4)
activesupport (= 7.1.4)
useragent (~> 0.16)
actionview (7.2.1)
activesupport (= 7.2.1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (7.1.4)
activesupport (= 7.1.4)
activesupport (7.1.4)
activemodel (7.2.1)
activesupport (= 7.2.1)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
aliyun-sdk (0.8.0)
Expand Down Expand Up @@ -278,7 +280,7 @@ GEM
concurrent-ruby (~> 1.0)
io-console (0.7.2)
ipaddress (0.8.3)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jaro_winkler (1.5.6)
Expand Down Expand Up @@ -337,7 +339,6 @@ GEM
mustache (1.1.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
mysql2 (0.5.6)
net-ssh (7.3.0)
netaddr (2.0.6)
Expand Down Expand Up @@ -397,10 +398,10 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.1.4)
actionpack (= 7.1.4)
activesupport (= 7.1.4)
irb
railties (7.2.1)
actionpack (= 7.2.1)
activesupport (= 7.2.1)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
Expand All @@ -418,7 +419,7 @@ GEM
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
representable (3.2.0)
declarative (< 0.1.0)
Expand Down Expand Up @@ -503,6 +504,7 @@ GEM
ruby_parser (3.8.3)
sexp_processor (~> 4.1)
rubyzip (2.3.2)
securerandom (0.3.1)
sequel (5.85.0)
bigdecimal
sequel_pg (1.17.1)
Expand Down Expand Up @@ -563,7 +565,7 @@ GEM
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.3.1)
thor (1.3.2)
tilt (2.3.0)
timecop (0.9.10)
timeliness (0.4.5)
Expand All @@ -572,6 +574,7 @@ GEM
concurrent-ruby (~> 1.0)
uber (0.1.0)
unicode-display_width (2.6.0)
useragent (0.16.10)
vhd (0.0.4)
bit-struct
vmstat (2.3.1)
Expand All @@ -584,17 +587,17 @@ GEM
rexml
yajl-ruby (1.4.3)
yard (0.9.36)
zeitwerk (2.6.17)
zeitwerk (2.6.18)

PLATFORMS
ruby
x86_64-darwin
x86_64-linux

DEPENDENCIES
actionpack (~> 7.1.4)
actionview (~> 7.1.0)
activemodel (~> 7.1.0)
actionpack (~> 7.2.1)
actionview (~> 7.2.1)
activemodel (~> 7.2.1)
addressable
allowy (>= 2.1.0)
azure-storage-blob!
Expand Down Expand Up @@ -644,7 +647,7 @@ DEPENDENCIES
public_suffix
puma
rack-test
railties (~> 7.1.0)
railties (~> 7.2.1)
rake
redis
rfc822
Expand Down

0 comments on commit 301f6e3

Please sign in to comment.