From bc6db02da6cfb8fe337a5877f89c749e6c33a774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:08:55 -0800 Subject: [PATCH] Bump strong_migrations from 2.0.2 to 2.1.0 (#2715) Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 2.0.2 to 2.1.0. - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/strong_migrations/compare/v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: strong_migrations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 599992c5e..437779c44 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ gem "friendly_id", "~> 5.5.1" gem "bcrypt", "~> 3.1.20" gem "lockbox", "2.0.0" gem "rotp", "~> 6.3" -gem "strong_migrations", "~> 2.0" +gem "strong_migrations", "~> 2.1" # Soft Deletion gem "discard", "~> 1.4" diff --git a/Gemfile.lock b/Gemfile.lock index a055238f1..6510fa207 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -447,7 +447,7 @@ GEM ffi (~> 1.12) logger rubyzip (2.3.2) - securerandom (0.3.1) + securerandom (0.3.2) selenium-webdriver (4.26.0) base64 (~> 0.2) logger (~> 1.4) @@ -503,7 +503,7 @@ GEM strip_attributes (1.13.0) activemodel (>= 3.0, < 8.0) stripe (10.15.0) - strong_migrations (2.0.2) + strong_migrations (2.1.0) activerecord (>= 6.1) thor (1.3.2) timeout (0.4.2) @@ -603,7 +603,7 @@ DEPENDENCIES stimulus-rails strip_attributes (~> 1.13) stripe - strong_migrations (~> 2.0) + strong_migrations (~> 2.1) turbo-rails tzinfo-data (~> 1.2021) view_component (~> 3.20)