diff --git a/Gemfile b/Gemfile index 54a46b6..5cf660b 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem "lograge" gem "activerecord-session_store", "~> 2.0" # catch unsafe migrations -gem "strong_migrations", "~> 2.0" +gem "strong_migrations", "~> 2.1" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.8" diff --git a/Gemfile.lock b/Gemfile.lock index 4977850..9152820 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -543,7 +543,7 @@ GEM stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.1) - strong_migrations (2.0.2) + strong_migrations (2.1.0) activerecord (>= 6.1) thor (1.3.2) timeout (0.4.1) @@ -675,7 +675,7 @@ DEPENDENCIES stackprof standard (~> 1.41) stimulus-rails - strong_migrations (~> 2.0) + strong_migrations (~> 2.1) turbo-rails tzinfo-data web-console