Skip to content

Commit a4b02b0

Browse files
build(deps): bump activemodel from 7.2.1.1 to 7.2.1.2 (#4037)
Bumps [activemodel](https://github.com/rails/rails) from 7.2.1.1 to 7.2.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1.2/activemodel/CHANGELOG.md) - [Commits](rails/rails@v7.2.1.1...v7.2.1.2) --- 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 214039d commit a4b02b0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 11 additions & 11 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.1)
53-
actionview (= 7.2.1.1)
54-
activesupport (= 7.2.1.1)
52+
actionpack (7.2.1.2)
53+
actionview (= 7.2.1.2)
54+
activesupport (= 7.2.1.2)
5555
nokogiri (>= 1.8.5)
5656
racc
5757
rack (>= 2.2.4, < 3.2)
@@ -60,15 +60,15 @@ GEM
6060
rails-dom-testing (~> 2.2)
6161
rails-html-sanitizer (~> 1.6)
6262
useragent (~> 0.16)
63-
actionview (7.2.1.1)
64-
activesupport (= 7.2.1.1)
63+
actionview (7.2.1.2)
64+
activesupport (= 7.2.1.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.1)
70-
activesupport (= 7.2.1.1)
71-
activesupport (7.2.1.1)
69+
activemodel (7.2.1.2)
70+
activesupport (= 7.2.1.2)
71+
activesupport (7.2.1.2)
7272
base64
7373
bigdecimal
7474
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -398,9 +398,9 @@ GEM
398398
rails-html-sanitizer (1.6.0)
399399
loofah (~> 2.21)
400400
nokogiri (~> 1.14)
401-
railties (7.2.1.1)
402-
actionpack (= 7.2.1.1)
403-
activesupport (= 7.2.1.1)
401+
railties (7.2.1.2)
402+
actionpack (= 7.2.1.2)
403+
activesupport (= 7.2.1.2)
404404
irb (~> 1.13)
405405
rackup (>= 1.0.0)
406406
rake (>= 12.2)

0 commit comments

Comments
 (0)