From d4591aa7d9705ef5dac94c633dea5efdd194088f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:43:42 -0400 Subject: [PATCH] build(deps): bump strong_migrations from 1.8.0 to 2.0.0 (#4561) 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] 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 a0e057b877..4c8c6e71f7 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem "rolify", "~> 6.0" # Enforces "safe" migrations. # Pinned to 1.8.0 because 2.0.0 no longer support postgres v10 # And as of now we are using postgres v10 in production -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 8a53a1e3b5..96ba252483 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -656,8 +656,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) @@ -785,7 +785,7 @@ DEPENDENCIES sprockets (~> 4.2.1) standard (~> 1.39) stimulus-rails - strong_migrations (= 1.8.0) + strong_migrations (= 2.0.0) terser turbo-rails web-console