From 9b59ebfcca66b8b268105fb056b902c92178960d Mon Sep 17 00:00:00 2001 From: Daniel Orner Date: Sun, 4 Aug 2024 09:35:37 -0400 Subject: [PATCH 1/2] Revert "build(deps): bump strong_migrations from 1.8.0 to 2.0.0 (#4561)" This reverts commit d4591aa7d9705ef5dac94c633dea5efdd194088f. --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ad30fcdd6e..5ad6986365 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", "2.0.0" +gem "strong_migrations", "1.8.0" # used in events gem 'dry-struct' diff --git a/Gemfile.lock b/Gemfile.lock index e4639cf614..343bbafd32 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 (2.0.0) - activerecord (>= 6.1) + strong_migrations (1.8.0) + activerecord (>= 5.2) 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 (= 2.0.0) + strong_migrations (= 1.8.0) terser turbo-rails web-console From 0d9b2f9fd31dc376d5e2090a893c5e53a442679d Mon Sep 17 00:00:00 2001 From: Daniel Orner Date: Sun, 4 Aug 2024 09:36:34 -0400 Subject: [PATCH 2/2] Pin version --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9bb38de8e7..9fa5a6792e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,6 +23,9 @@ updates: - dependency-name: geocoder versions: - 1.6.7 + - dependency-name: strong_migrations + versions: + - 1.8.0 - dependency-name: devise_invitable versions: - 2.0.4