From a06d5d6ae757f739b93081ba4a7a3160f13ac600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 19:01:16 +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 5f5f21ecc48fe0..5af9aee347c1d2 100644 --- a/Gemfile +++ b/Gemfile @@ -86,7 +86,7 @@ gem 'simple-navigation', '~> 4.3' gem 'simple_form', '~> 5.1' gem 'sprockets-rails', '~> 3.4', require: 'sprockets/railtie' gem 'stoplight', '~> 2.2.1' -gem 'strong_migrations', '~> 0.7' +gem 'strong_migrations', '~> 0.8' gem 'tty-prompt', '~> 0.23', require: false gem 'twitter-text', '~> 3.1.0' gem 'tzinfo-data', '~> 1.2021' diff --git a/Gemfile.lock b/Gemfile.lock index 075a4e9cbad3ff..f7a92779393269 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -633,8 +633,8 @@ GEM stackprof (0.2.19) statsd-ruby (1.5.0) stoplight (2.2.1) - strong_migrations (0.7.9) - activerecord (>= 5) + strong_migrations (0.8.0) + activerecord (>= 5.2) swd (1.2.0) activesupport (>= 3) attr_required (>= 0.0.5) @@ -830,7 +830,7 @@ DEPENDENCIES sprockets-rails (~> 3.4) stackprof stoplight (~> 2.2.1) - strong_migrations (~> 0.7) + strong_migrations (~> 0.8) thor (~> 1.2) tty-prompt (~> 0.23) twitter-text (~> 3.1.0)