summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-12 14:11:17 +0000
committerGitHub <noreply@github.com>2022-09-12 14:11:17 +0000
commitba69aa763ce0c821d880b385e4946380b7606594 (patch)
treee8ae15229ea4877c9c5a925f7015b86ea30d9f1a
parentd4c245b2035aefefe89a0163bb251e251be54335 (diff)
chore(deps): bump activemodel from 7.0.3.1 to 7.0.4
Bumps [activemodel](https://github.com/rails/rails) from 7.0.3.1 to 7.0.4. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4/activemodel/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.3.1...v7.0.4) --- 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.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 68a65b2..cef25ee 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -11,9 +11,9 @@ PATH
GEM
remote: https://rubygems.org/
specs:
- activemodel (7.0.3.1)
- activesupport (= 7.0.3.1)
- activesupport (7.0.3.1)
+ activemodel (7.0.4)
+ activesupport (= 7.0.4)
+ activesupport (7.0.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@@ -27,10 +27,10 @@ GEM
diff-lcs (1.5.0)
docile (1.4.0)
ffaker (2.21.0)
- i18n (1.11.0)
+ i18n (1.12.0)
concurrent-ruby (~> 1.0)
mini_portile2 (2.8.0)
- minitest (5.16.2)
+ minitest (5.16.3)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
@@ -78,7 +78,7 @@ GEM
simplecov_json_formatter (0.1.4)
thor (1.2.1)
tilt (2.0.11)
- tzinfo (2.0.4)
+ tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
xmldsig (0.7.0)