From 5be705e1e0e3c05486c6069a7c8387c123a6d405 Mon Sep 17 00:00:00 2001 From: Claire Date: Mon, 14 Feb 2022 16:08:23 +0100 Subject: Revert "Bump strong_migrations from 0.7.9 to 0.8.0 (#17504)" (#17540) This reverts commit f76dd51aa5dadc1799a1e6bd178247069d5acceb. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index c5bf5c73e..ee5395bfc 100644 --- a/Gemfile +++ b/Gemfile @@ -85,7 +85,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.8' +gem 'strong_migrations', '~> 0.7' gem 'tty-prompt', '~> 0.23', require: false gem 'twitter-text', '~> 3.1.0' gem 'tzinfo-data', '~> 1.2021' -- cgit