diff --git a/Gemfile b/Gemfile index 599992c5e..437779c44 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ gem "friendly_id", "~> 5.5.1" gem "bcrypt", "~> 3.1.20" gem "lockbox", "2.0.0" gem "rotp", "~> 6.3" -gem "strong_migrations", "~> 2.0" +gem "strong_migrations", "~> 2.1" # Soft Deletion gem "discard", "~> 1.4" diff --git a/Gemfile.lock b/Gemfile.lock index a055238f1..6510fa207 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -447,7 +447,7 @@ GEM ffi (~> 1.12) logger rubyzip (2.3.2) - securerandom (0.3.1) + securerandom (0.3.2) selenium-webdriver (4.26.0) base64 (~> 0.2) logger (~> 1.4) @@ -503,7 +503,7 @@ GEM strip_attributes (1.13.0) activemodel (>= 3.0, < 8.0) stripe (10.15.0) - strong_migrations (2.0.2) + strong_migrations (2.1.0) activerecord (>= 6.1) thor (1.3.2) timeout (0.4.2) @@ -603,7 +603,7 @@ DEPENDENCIES stimulus-rails strip_attributes (~> 1.13) stripe - strong_migrations (~> 2.0) + strong_migrations (~> 2.1) turbo-rails tzinfo-data (~> 1.2021) view_component (~> 3.20)