From 470598fbefaf72b7380355586629bc2f497529f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 27 Dec 2019 15:49:20 -0300 Subject: [PATCH] Downgrade parser to work correctly with Ruby 2.5 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 50d571b6c3..d765e2c2da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -349,7 +349,7 @@ GEM mini_portile2 (~> 2.4.0) os (1.0.1) parallel (1.19.1) - parser (2.7.0.0) + parser (2.6.5.0) ast (~> 2.4.0) path_expander (1.1.0) pg (1.2.0)