diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-07-29 02:18:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 02:18:59 +0900 |
commit | 4f2b06b6b5bbd4e3240315bac9e8d266f50459e3 (patch) | |
tree | 67285ae658022c79378e1c7d081c686f3dfe5c07 /Gemfile | |
parent | 3f94572a882286c79e36f1e4f32500ac9d461359 (diff) |
Bump strong_migrations from 0.6.8 to 0.7.1 (#14463)
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.6.8 to 0.7.1. - [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.6.8...v0.7.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 399daf88d..e632c80f5 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ gem 'simple-navigation', '~> 4.1' gem 'simple_form', '~> 5.0' gem 'sprockets-rails', '~> 3.2', require: 'sprockets/railtie' gem 'stoplight', '~> 2.2.1' -gem 'strong_migrations', '~> 0.6' +gem 'strong_migrations', '~> 0.7' gem 'tty-prompt', '~> 0.22', require: false gem 'twitter-text', '~> 1.14' gem 'tzinfo-data', '~> 1.2020' |