diff options
author | dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com> | 2019-05-29 18:22:59 +0900 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2019-05-29 18:22:59 +0900 |
commit | 26e290ae64dc6596dbf1b9662e0a40c181a762d1 (patch) | |
tree | 3b31951993ac7169e955d873921ef850f3d6d12f /Gemfile | |
parent | 2c6948bb3f77b69cfb7cfdf78d77f989eccce28b (diff) |
Bump strong_migrations from 0.3.1 to 0.4.0 (#10871)
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.3.1 to 0.4.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.3.1...v0.4.0)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 8024b2802..60b448162 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ gem 'simple-navigation', '~> 4.0' gem 'simple_form', '~> 4.1' gem 'sprockets-rails', '~> 3.2', require: 'sprockets/railtie' gem 'stoplight', '~> 2.1.3' -gem 'strong_migrations', '~> 0.3' +gem 'strong_migrations', '~> 0.4' gem 'tty-command', '~> 0.8', require: false gem 'tty-prompt', '~> 0.19', require: false gem 'twitter-text', '~> 1.14' |