diff --git a/Gemfile b/Gemfile index d271bf4c..11758524 100644 --- a/Gemfile +++ b/Gemfile @@ -124,4 +124,4 @@ if File.exist?("config/jumpstart/Gemfile") end # We recommend using strong migrations when your app is in production -gem "strong_migrations", "~> 0.7.9" +gem "strong_migrations", "~> 0.8.0" diff --git a/Gemfile.lock b/Gemfile.lock index 556a1c9b..2546b2f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -475,8 +475,8 @@ GEM stimulus-rails (1.0.4) railties (>= 6.0.0) stripe (5.44.0) - strong_migrations (0.7.9) - activerecord (>= 5) + strong_migrations (0.8.0) + activerecord (>= 5.2) strscan (3.0.1) thor (1.2.1) tilt (2.0.10) @@ -576,7 +576,7 @@ DEPENDENCIES standard stimulus-rails (>= 0.7.3) stripe - strong_migrations (~> 0.7.9) + strong_migrations (~> 0.8.0) turbo-rails (>= 0.9.0) tzinfo-data web-console (>= 4.1.0)