Skip to content

Commit afa4cce

Browse files
build(deps): bump activemodel from 8.0.2 to 8.0.2.1 (#4518)
Bumps [activemodel](https://github.com/rails/rails) from 8.0.2 to 8.0.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2.1/activemodel/CHANGELOG.md) - [Commits](rails/rails@v8.0.2...v8.0.2.1) --- updated-dependencies: - dependency-name: activemodel dependency-version: 8.0.2.1 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 b8ed251 commit afa4cce

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
@@ -47,7 +47,7 @@ gem 'vmstat', '~> 2.3'
4747
# Rails Components
4848
gem 'actionpack', '~> 8.0.2'
4949
gem 'actionview', '~> 8.0.1'
50-
gem 'activemodel', '~> 8.0.1'
50+
gem 'activemodel', '~> 8.0.2'
5151
gem 'railties', '~> 8.0.1'
5252

5353
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.0.2)
46-
actionview (= 8.0.2)
47-
activesupport (= 8.0.2)
45+
actionpack (8.0.2.1)
46+
actionview (= 8.0.2.1)
47+
activesupport (= 8.0.2.1)
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.0.2)
56-
activesupport (= 8.0.2)
55+
actionview (8.0.2.1)
56+
activesupport (= 8.0.2.1)
5757
builder (~> 3.1)
5858
erubi (~> 1.11)
5959
rails-dom-testing (~> 2.2)
6060
rails-html-sanitizer (~> 1.6)
61-
activemodel (8.0.2)
62-
activesupport (= 8.0.2)
63-
activesupport (8.0.2)
61+
activemodel (8.0.2.1)
62+
activesupport (= 8.0.2.1)
63+
activesupport (8.0.2.1)
6464
base64
6565
benchmark (>= 0.3)
6666
bigdecimal
@@ -406,9 +406,9 @@ GEM
406406
rails-html-sanitizer (1.6.2)
407407
loofah (~> 2.21)
408408
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)
409-
railties (8.0.2)
410-
actionpack (= 8.0.2)
411-
activesupport (= 8.0.2)
409+
railties (8.0.2.1)
410+
actionpack (= 8.0.2.1)
411+
activesupport (= 8.0.2.1)
412412
irb (~> 1.13)
413413
rackup (>= 1.0.0)
414414
rake (>= 12.2)
@@ -624,7 +624,7 @@ PLATFORMS
624624
DEPENDENCIES
625625
actionpack (~> 8.0.2)
626626
actionview (~> 8.0.1)
627-
activemodel (~> 8.0.1)
627+
activemodel (~> 8.0.2)
628628
addressable
629629
allowy (>= 2.1.0)
630630
azure-storage-blob!

0 commit comments

Comments
 (0)