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