Skip to content

Commit e8a906c

Browse files
build(deps): bump activemodel from 7.2.2 to 7.2.2.1 (#4132)
Bumps [activemodel](https://github.com/rails/rails) from 7.2.2 to 7.2.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0.1/activemodel/CHANGELOG.md) - [Commits](rails/rails@v7.2.2...v7.2.2.1) --- updated-dependencies: - dependency-name: activemodel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08ce2b0 commit e8a906c

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ gem 'vmstat', '~> 2.3'
4545
# Rails Components
4646
gem 'actionpack', '~> 7.2.2'
4747
gem 'actionview', '~> 7.2.1'
48-
gem 'activemodel', '~> 7.2.1'
48+
gem 'activemodel', '~> 7.2.2'
4949
gem 'railties', '~> 7.2.1'
5050

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

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ GIT
4242
GEM
4343
remote: https://rubygems.org/
4444
specs:
45-
actionpack (7.2.2)
46-
actionview (= 7.2.2)
47-
activesupport (= 7.2.2)
45+
actionpack (7.2.2.1)
46+
actionview (= 7.2.2.1)
47+
activesupport (= 7.2.2.1)
4848
nokogiri (>= 1.8.5)
4949
racc
5050
rack (>= 2.2.4, < 3.2)
@@ -53,15 +53,15 @@ GEM
5353
rails-dom-testing (~> 2.2)
5454
rails-html-sanitizer (~> 1.6)
5555
useragent (~> 0.16)
56-
actionview (7.2.2)
57-
activesupport (= 7.2.2)
56+
actionview (7.2.2.1)
57+
activesupport (= 7.2.2.1)
5858
builder (~> 3.1)
5959
erubi (~> 1.11)
6060
rails-dom-testing (~> 2.2)
6161
rails-html-sanitizer (~> 1.6)
62-
activemodel (7.2.2)
63-
activesupport (= 7.2.2)
64-
activesupport (7.2.2)
62+
activemodel (7.2.2.1)
63+
activesupport (= 7.2.2.1)
64+
activesupport (7.2.2.1)
6565
base64
6666
benchmark (>= 0.3)
6767
bigdecimal
@@ -291,7 +291,7 @@ GEM
291291
llhttp-ffi (0.5.0)
292292
ffi-compiler (~> 1.0)
293293
rake (~> 13.0)
294-
logger (1.6.1)
294+
logger (1.6.2)
295295
loggregator_emitter (5.2.0)
296296
beefcake (~> 1.0.0)
297297
loofah (2.23.1)
@@ -306,7 +306,7 @@ GEM
306306
mime-types-data (3.2024.1001)
307307
mini_mime (1.1.5)
308308
mini_portile2 (2.8.8)
309-
minitest (5.25.1)
309+
minitest (5.25.4)
310310
mock_redis (0.49.0)
311311
redis (~> 5)
312312
ms_rest (0.6.4)
@@ -384,9 +384,9 @@ GEM
384384
rails-html-sanitizer (1.6.1)
385385
loofah (~> 2.21)
386386
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)
387-
railties (7.2.2)
388-
actionpack (= 7.2.2)
389-
activesupport (= 7.2.2)
387+
railties (7.2.2.1)
388+
actionpack (= 7.2.2.1)
389+
activesupport (= 7.2.2.1)
390390
irb (~> 1.13)
391391
rackup (>= 1.0.0)
392392
rake (>= 12.2)
@@ -489,7 +489,7 @@ GEM
489489
ruby_parser (3.8.3)
490490
sexp_processor (~> 4.1)
491491
rubyzip (2.3.2)
492-
securerandom (0.3.2)
492+
securerandom (0.4.0)
493493
sequel (5.87.0)
494494
bigdecimal
495495
sequel_pg (1.17.1)
@@ -584,7 +584,7 @@ PLATFORMS
584584
DEPENDENCIES
585585
actionpack (~> 7.2.2)
586586
actionview (~> 7.2.1)
587-
activemodel (~> 7.2.1)
587+
activemodel (~> 7.2.2)
588588
addressable
589589
allowy (>= 2.1.0)
590590
azure-storage-blob!

0 commit comments

Comments
 (0)