From ee8caccf02531e0ec4f5d9304848c17e52ab4fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 04:21:21 +0000 Subject: [PATCH] Bump strong_migrations from 0.7.9 to 0.8.0 Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.7.9 to 0.8.0. - [Release notes](https://github.com/ankane/strong_migrations/releases) - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/strong_migrations/compare/v0.7.9...v0.8.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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d271bf4c..11758524 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", "~> 0.8.0" diff --git a/Gemfile.lock b/Gemfile.lock index 556a1c9b..2546b2f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 (0.8.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 (~> 0.8.0) turbo-rails (>= 0.9.0) tzinfo-data web-console (>= 4.1.0)