From 716b61a2a911d9f675726508b30a910e5efc992b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:31:06 +0000 Subject: [PATCH] build(deps): bump strong_migrations from 1.8.0 to 2.0.0 Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 1.8.0 to 2.0.0. - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/strong_migrations/compare/v1.8.0...v2.0.0) --- updated-dependencies: - dependency-name: strong_migrations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 40b72a0957..d468baa713 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem "paper_trail" # Associates users with roles. gem "rolify", "~> 6.0" # Enforces "safe" migrations. -gem "strong_migrations", "1.8.0" +gem "strong_migrations", "2.0.0" # used in events gem 'dry-struct' diff --git a/Gemfile.lock b/Gemfile.lock index 55f3fb74a4..1b90fa579d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -364,7 +364,7 @@ GEM method_source (1.1.0) mini_magick (4.11.0) mini_mime (1.1.5) - minitest (5.24.0) + minitest (5.24.1) monetize (1.12.0) money (~> 6.12) money (6.16.0) @@ -646,8 +646,8 @@ GEM stimulus-rails (1.3.3) railties (>= 6.0.0) stringio (3.1.1) - strong_migrations (1.8.0) - activerecord (>= 5.2) + strong_migrations (2.0.0) + activerecord (>= 6.1) strscan (3.1.0) terser (1.2.3) execjs (>= 0.3.0, < 3) @@ -774,7 +774,7 @@ DEPENDENCIES sprockets (~> 4.2.1) standard (~> 1.37) stimulus-rails - strong_migrations (= 1.8.0) + strong_migrations (= 2.0.0) terser turbo-rails web-console