Skip to content

Commit 301f6e3

Browse files
build(deps): bump railties, actionpack, actionview and activemodel (#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>
1 parent 6af8b70 commit 301f6e3

File tree

2 files changed

+32
-29
lines changed

2 files changed

+32
-29
lines changed

Gemfile

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

4848
# Rails Components
49-
gem 'actionpack', '~> 7.1.4'
50-
gem 'actionview', '~> 7.1.0'
51-
gem 'activemodel', '~> 7.1.0'
52-
gem 'railties', '~> 7.1.0'
49+
gem 'actionpack', '~> 7.2.1'
50+
gem 'actionview', '~> 7.2.1'
51+
gem 'activemodel', '~> 7.2.1'
52+
gem 'railties', '~> 7.2.1'
5353

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

Gemfile.lock

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -49,34 +49,36 @@ GIT
4949
GEM
5050
remote: https://rubygems.org/
5151
specs:
52-
actionpack (7.1.4)
53-
actionview (= 7.1.4)
54-
activesupport (= 7.1.4)
52+
actionpack (7.2.1)
53+
actionview (= 7.2.1)
54+
activesupport (= 7.2.1)
5555
nokogiri (>= 1.8.5)
5656
racc
57-
rack (>= 2.2.4)
57+
rack (>= 2.2.4, < 3.2)
5858
rack-session (>= 1.0.1)
5959
rack-test (>= 0.6.3)
6060
rails-dom-testing (~> 2.2)
6161
rails-html-sanitizer (~> 1.6)
62-
actionview (7.1.4)
63-
activesupport (= 7.1.4)
62+
useragent (~> 0.16)
63+
actionview (7.2.1)
64+
activesupport (= 7.2.1)
6465
builder (~> 3.1)
6566
erubi (~> 1.11)
6667
rails-dom-testing (~> 2.2)
6768
rails-html-sanitizer (~> 1.6)
68-
activemodel (7.1.4)
69-
activesupport (= 7.1.4)
70-
activesupport (7.1.4)
69+
activemodel (7.2.1)
70+
activesupport (= 7.2.1)
71+
activesupport (7.2.1)
7172
base64
7273
bigdecimal
73-
concurrent-ruby (~> 1.0, >= 1.0.2)
74+
concurrent-ruby (~> 1.0, >= 1.3.1)
7475
connection_pool (>= 2.2.5)
7576
drb
7677
i18n (>= 1.6, < 2)
78+
logger (>= 1.4.2)
7779
minitest (>= 5.1)
78-
mutex_m
79-
tzinfo (~> 2.0)
80+
securerandom (>= 0.3)
81+
tzinfo (~> 2.0, >= 2.0.5)
8082
addressable (2.8.7)
8183
public_suffix (>= 2.0.2, < 7.0)
8284
aliyun-sdk (0.8.0)
@@ -278,7 +280,7 @@ GEM
278280
concurrent-ruby (~> 1.0)
279281
io-console (0.7.2)
280282
ipaddress (0.8.3)
281-
irb (1.14.0)
283+
irb (1.14.1)
282284
rdoc (>= 4.0.0)
283285
reline (>= 0.4.2)
284286
jaro_winkler (1.5.6)
@@ -337,7 +339,6 @@ GEM
337339
mustache (1.1.1)
338340
mustermann (3.0.0)
339341
ruby2_keywords (~> 0.0.1)
340-
mutex_m (0.2.0)
341342
mysql2 (0.5.6)
342343
net-ssh (7.3.0)
343344
netaddr (2.0.6)
@@ -397,10 +398,10 @@ GEM
397398
rails-html-sanitizer (1.6.0)
398399
loofah (~> 2.21)
399400
nokogiri (~> 1.14)
400-
railties (7.1.4)
401-
actionpack (= 7.1.4)
402-
activesupport (= 7.1.4)
403-
irb
401+
railties (7.2.1)
402+
actionpack (= 7.2.1)
403+
activesupport (= 7.2.1)
404+
irb (~> 1.13)
404405
rackup (>= 1.0.0)
405406
rake (>= 12.2)
406407
thor (~> 1.0, >= 1.2.2)
@@ -418,7 +419,7 @@ GEM
418419
redis-client (0.22.2)
419420
connection_pool
420421
regexp_parser (2.9.2)
421-
reline (0.5.9)
422+
reline (0.5.10)
422423
io-console (~> 0.5)
423424
representable (3.2.0)
424425
declarative (< 0.1.0)
@@ -503,6 +504,7 @@ GEM
503504
ruby_parser (3.8.3)
504505
sexp_processor (~> 4.1)
505506
rubyzip (2.3.2)
507+
securerandom (0.3.1)
506508
sequel (5.85.0)
507509
bigdecimal
508510
sequel_pg (1.17.1)
@@ -563,7 +565,7 @@ GEM
563565
daemons (~> 1.0, >= 1.0.9)
564566
eventmachine (~> 1.0, >= 1.0.4)
565567
rack (>= 1, < 3)
566-
thor (1.3.1)
568+
thor (1.3.2)
567569
tilt (2.3.0)
568570
timecop (0.9.10)
569571
timeliness (0.4.5)
@@ -572,6 +574,7 @@ GEM
572574
concurrent-ruby (~> 1.0)
573575
uber (0.1.0)
574576
unicode-display_width (2.6.0)
577+
useragent (0.16.10)
575578
vhd (0.0.4)
576579
bit-struct
577580
vmstat (2.3.1)
@@ -584,17 +587,17 @@ GEM
584587
rexml
585588
yajl-ruby (1.4.3)
586589
yard (0.9.36)
587-
zeitwerk (2.6.17)
590+
zeitwerk (2.6.18)
588591

589592
PLATFORMS
590593
ruby
591594
x86_64-darwin
592595
x86_64-linux
593596

594597
DEPENDENCIES
595-
actionpack (~> 7.1.4)
596-
actionview (~> 7.1.0)
597-
activemodel (~> 7.1.0)
598+
actionpack (~> 7.2.1)
599+
actionview (~> 7.2.1)
600+
activemodel (~> 7.2.1)
598601
addressable
599602
allowy (>= 2.1.0)
600603
azure-storage-blob!
@@ -644,7 +647,7 @@ DEPENDENCIES
644647
public_suffix
645648
puma
646649
rack-test
647-
railties (~> 7.1.0)
650+
railties (~> 7.2.1)
648651
rake
649652
redis
650653
rfc822

0 commit comments

Comments
 (0)