summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-27 14:06:32 +0000
committerGitHub <noreply@github.com>2022-04-27 14:06:32 +0000
commit87f2c3ec5a4a0bf6db71419461489d0d9c529157 (patch)
treea5a6a28d904473ee230f45a58958091dbf7e9cc6
parent2dad589b4649a0320aa9d1a13a30a2f432adbc2f (diff)
chore(deps): bump activemodel from 6.1.5 to 6.1.5.1
Bumps [activemodel](https://github.com/rails/rails) from 6.1.5 to 6.1.5.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.2.4/activemodel/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.5...v6.1.5.1) --- updated-dependencies: - dependency-name: activemodel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Gemfile.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 1bf1174..d36d54c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -11,9 +11,9 @@ PATH
GEM
remote: https://rubygems.org/
specs:
- activemodel (6.1.5)
- activesupport (= 6.1.5)
- activesupport (6.1.5)
+ activemodel (6.1.5.1)
+ activesupport (= 6.1.5.1)
+ activesupport (6.1.5.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@@ -24,7 +24,7 @@ GEM
bundler-audit (0.9.0.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
- concurrent-ruby (1.1.9)
+ concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
docile (1.3.5)
ffaker (2.21.0)