Skip to content

Commit a43c003

Browse files
build(deps): bump activemodel from 7.2.1.2 to 7.2.2
Bumps [activemodel](https://github.com/rails/rails) from 7.2.1.2 to 7.2.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.2/activemodel/CHANGELOG.md) - [Commits](rails/rails@v7.2.1.2...v7.2.2) --- updated-dependencies: - dependency-name: activemodel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 245715a commit a43c003

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gem 'vmstat', '~> 2.3'
4848
# Rails Components
4949
gem 'actionpack', '~> 7.2.1'
5050
gem 'actionview', '~> 7.2.1'
51-
gem 'activemodel', '~> 7.2.1'
51+
gem 'activemodel', '~> 7.2.2'
5252
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'

Gemfile.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ GIT
4949
GEM
5050
remote: https://rubygems.org/
5151
specs:
52-
actionpack (7.2.1.2)
53-
actionview (= 7.2.1.2)
54-
activesupport (= 7.2.1.2)
52+
actionpack (7.2.2)
53+
actionview (= 7.2.2)
54+
activesupport (= 7.2.2)
5555
nokogiri (>= 1.8.5)
5656
racc
5757
rack (>= 2.2.4, < 3.2)
@@ -60,16 +60,17 @@ GEM
6060
rails-dom-testing (~> 2.2)
6161
rails-html-sanitizer (~> 1.6)
6262
useragent (~> 0.16)
63-
actionview (7.2.1.2)
64-
activesupport (= 7.2.1.2)
63+
actionview (7.2.2)
64+
activesupport (= 7.2.2)
6565
builder (~> 3.1)
6666
erubi (~> 1.11)
6767
rails-dom-testing (~> 2.2)
6868
rails-html-sanitizer (~> 1.6)
69-
activemodel (7.2.1.2)
70-
activesupport (= 7.2.1.2)
71-
activesupport (7.2.1.2)
69+
activemodel (7.2.2)
70+
activesupport (= 7.2.2)
71+
activesupport (7.2.2)
7272
base64
73+
benchmark (>= 0.3)
7374
bigdecimal
7475
concurrent-ruby (~> 1.0, >= 1.3.1)
7576
connection_pool (>= 2.2.5)
@@ -398,9 +399,9 @@ GEM
398399
rails-html-sanitizer (1.6.0)
399400
loofah (~> 2.21)
400401
nokogiri (~> 1.14)
401-
railties (7.2.1.2)
402-
actionpack (= 7.2.1.2)
403-
activesupport (= 7.2.1.2)
402+
railties (7.2.2)
403+
actionpack (= 7.2.2)
404+
activesupport (= 7.2.2)
404405
irb (~> 1.13)
405406
rackup (>= 1.0.0)
406407
rake (>= 12.2)
@@ -597,7 +598,7 @@ PLATFORMS
597598
DEPENDENCIES
598599
actionpack (~> 7.2.1)
599600
actionview (~> 7.2.1)
600-
activemodel (~> 7.2.1)
601+
activemodel (~> 7.2.2)
601602
addressable
602603
allowy (>= 2.1.0)
603604
azure-storage-blob!

0 commit comments

Comments
 (0)