diff --git a/Gemfile b/Gemfile index 0143041a8..027564adc 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ gem "friendly_id", "~> 5.5.1" gem "bcrypt", "~> 3.1.20" gem "lockbox", "2.0.1" gem "rotp", "~> 6.3" -gem "strong_migrations", "~> 2.1" +gem "strong_migrations", "~> 2.2" # Soft Deletion gem "discard", "~> 1.4" diff --git a/Gemfile.lock b/Gemfile.lock index 32e850b78..cb86d2303 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -510,10 +510,10 @@ GEM strip_attributes (1.14.1) activemodel (>= 3.0, < 9.0) stripe (10.15.0) - strong_migrations (2.1.0) - activerecord (>= 6.1) + strong_migrations (2.2.0) + activerecord (>= 7) thor (1.3.2) - timeout (0.4.2) + timeout (0.4.3) turbo-rails (2.0.11) actionpack (>= 6.0.0) railties (>= 6.0.0) @@ -612,7 +612,7 @@ DEPENDENCIES stimulus-rails strip_attributes (~> 1.14) stripe - strong_migrations (~> 2.1) + strong_migrations (~> 2.2) turbo-rails tzinfo-data (~> 1.2021) view_component (~> 3.21)