diff options
author | Matt Jankowski <matt@jankowski.online> | 2023-03-27 03:11:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 09:11:10 +0200 |
commit | 5b7898230e1a380f5f12cea9c1f1a74ba228cd5b (patch) | |
tree | 7cf169dd15cc4149a24c2189b914175f0326a5c9 /Gemfile | |
parent | 34225d7199ee79f252275722b98b988e984a0943 (diff) |
Update strong_migrations to version 0.8.0 (#24270)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 286b333c1..2d94f37c3 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ gem 'simple-navigation', '~> 4.4' gem 'simple_form', '~> 5.2' gem 'sprockets-rails', '~> 3.4', require: 'sprockets/railtie' gem 'stoplight', '~> 3.0.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.2022' |