summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-11 14:07:22 +0000
committerGitHub <noreply@github.com>2022-03-11 14:07:22 +0000
commitd7acc4f15666d22b94e9ccdc2411cb95572acf05 (patch)
tree88162f77ca5dfcc764710431957d179bedfcdc83
parent3ccb35496561103094cf1be9a09df347c93495f2 (diff)
chore(deps): bump activemodel from 6.1.4.7 to 6.1.5
Bumps [activemodel](https://github.com/rails/rails) from 6.1.4.7 to 6.1.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.2.3/activemodel/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.4.7...v6.1.5) --- 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.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 71497ed..3c0531f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -11,9 +11,9 @@ PATH
GEM
remote: https://rubygems.org/
specs:
- activemodel (6.1.4.7)
- activesupport (= 6.1.4.7)
- activesupport (6.1.4.7)
+ activemodel (6.1.5)
+ activesupport (= 6.1.5)
+ activesupport (6.1.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)