diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-11 20:06:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-11 20:06:25 +0000 |
| commit | 95e4dd3345ad74cdb66d68d852462f639f569272 (patch) | |
| tree | d01b22db2cd5dab8a0693c8d95210f316d237c17 | |
| parent | 4de77875541d2bb1f7752f92e9577aa54cc7c249 (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.lock | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index e8f5a43..12da7ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,15 +11,15 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (6.1.4.7) - activesupport (= 6.1.4.7) + actionview (6.1.5) + activesupport (= 6.1.5) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - 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) |
