Skip to content

Commit 90d24b2

Browse files
build(deps): bump activemodel from 8.1.1 to 8.1.2 (#4742)
Bumps [activemodel](https://github.com/rails/rails) from 8.1.1 to 8.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2/activemodel/CHANGELOG.md) - [Commits](rails/rails@v8.1.1...v8.1.2) --- updated-dependencies: - dependency-name: activemodel dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55daf00 commit 90d24b2

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gem 'vmstat', '~> 2.3'
4242
# Rails Components
4343
gem 'actionpack', '~> 8.1.0'
4444
gem 'actionview', '~> 8.1.1'
45-
gem 'activemodel', '~> 8.1.0'
45+
gem 'activemodel', '~> 8.1.2'
4646
gem 'railties', '~> 8.1.1'
4747

4848
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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@ GIT
4242
GEM
4343
remote: https://rubygems.org/
4444
specs:
45-
actionpack (8.1.1)
46-
actionview (= 8.1.1)
47-
activesupport (= 8.1.1)
45+
actionpack (8.1.2)
46+
actionview (= 8.1.2)
47+
activesupport (= 8.1.2)
4848
nokogiri (>= 1.8.5)
4949
rack (>= 2.2.4)
5050
rack-session (>= 1.0.1)
5151
rack-test (>= 0.6.3)
5252
rails-dom-testing (~> 2.2)
5353
rails-html-sanitizer (~> 1.6)
5454
useragent (~> 0.16)
55-
actionview (8.1.1)
56-
activesupport (= 8.1.1)
55+
actionview (8.1.2)
56+
activesupport (= 8.1.2)
5757
builder (~> 3.1)
5858
erubi (~> 1.11)
5959
rails-dom-testing (~> 2.2)
6060
rails-html-sanitizer (~> 1.6)
61-
activemodel (8.1.1)
62-
activesupport (= 8.1.1)
63-
activesupport (8.1.1)
61+
activemodel (8.1.2)
62+
activesupport (= 8.1.2)
63+
activesupport (8.1.2)
6464
base64
6565
bigdecimal
6666
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -390,9 +390,9 @@ GEM
390390
rails-html-sanitizer (1.6.2)
391391
loofah (~> 2.21)
392392
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)
393-
railties (8.1.1)
394-
actionpack (= 8.1.1)
395-
activesupport (= 8.1.1)
393+
railties (8.1.2)
394+
actionpack (= 8.1.2)
395+
activesupport (= 8.1.2)
396396
irb (~> 1.13)
397397
rackup (>= 1.0.0)
398398
rake (>= 12.2)
@@ -612,7 +612,7 @@ PLATFORMS
612612
DEPENDENCIES
613613
actionpack (~> 8.1.0)
614614
actionview (~> 8.1.1)
615-
activemodel (~> 8.1.0)
615+
activemodel (~> 8.1.2)
616616
addressable
617617
allowy (>= 2.1.0)
618618
azure-storage-blob!

0 commit comments

Comments
 (0)