diff --git a/Gemfile b/Gemfile index d271bf4c..d40c635d 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", "~> 1.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 556a1c9b..60dae6ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,7 @@ GEM childprocess (4.1.0) chronic (0.10.2) chunky_png (1.4.0) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) config (4.0.0) deep_merge (~> 1.2, >= 1.2.1) dry-validation (~> 1.0, >= 1.0.0) @@ -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 (1.0.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 (~> 1.0.0) turbo-rails (>= 0.9.0) tzinfo-data web-console (>= 4.1.0)