From 68c7699c46214fe8dcefa72fad12376865f796c4 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 2 Mar 2020 13:34:00 +0000 Subject: [PATCH] Revert "Build(deps-dev): Bump annotate from 3.0.3 to 3.1.0 (#9013)" v3.1.0 has a bug which rewrites default annotations with erroneous quotes. https://github.com/ctran/annotate_models/issues/762 This reverts commit dd4a04e72c5bb9c37cdc44b588a76818628b524e. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 892b8cdf93..95428727ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,7 +40,7 @@ GEM zeitwerk (~> 2.2) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - annotate (3.1.0) + annotate (3.0.3) activerecord (>= 3.2, < 7.0) rake (>= 10.4, < 14.0) ast (2.4.0)