From a7378eb74561c752b8a810b432a2c872f133660c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 04:54:59 +0000 Subject: [PATCH] Bump strong_migrations from 1.4.4 to 1.5.0 Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 1.4.4 to 1.5.0. - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/strong_migrations/compare/v1.4.4...v1.5.0) --- updated-dependencies: - dependency-name: strong_migrations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d8bb43ef5a..94af62dfa2 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem "paper_trail" # Associates users with roles. gem "rolify", "~> 6.0" # Enforces "safe" migrations. -gem "strong_migrations", "1.4.4" +gem "strong_migrations", "1.5.0" ##### JAVSCRIPT/CSS/ASSETS ####### diff --git a/Gemfile.lock b/Gemfile.lock index 9ee9cc8c53..ec22ceb8cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -573,7 +573,7 @@ GEM rubocop-performance (~> 1.18.0) stimulus-rails (1.2.1) railties (>= 6.0.0) - strong_migrations (1.4.4) + strong_migrations (1.5.0) activerecord (>= 5.2) terser (1.1.16) execjs (>= 0.3.0, < 3) @@ -703,7 +703,7 @@ DEPENDENCIES sprockets (~> 4.0.0) standard (~> 1.28) stimulus-rails - strong_migrations (= 1.4.4) + strong_migrations (= 1.5.0) terser turbo-rails web-console