From 44c7f7a5a2b37475816c750a890414c42463fe20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 1 Jun 2021 01:28:30 +0200 Subject: [PATCH] Bump parser from 2.7.2.0 to 3.0.1.1 We were getting a warning in the development environment because the version of parser we were using didn't support Ruby 2.6.7. --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 68d805a08..762865391 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ GEM ancestry (3.2.1) activerecord (>= 4.2.0) arel (9.0.0) - ast (2.4.1) + ast (2.4.2) audited (4.9.0) activerecord (>= 4.2, < 6.1) autoprefixer-rails (8.2.0) @@ -423,7 +423,7 @@ GEM parallel (1.19.2) paranoia (2.4.2) activerecord (>= 4.0, < 6.1) - parser (2.7.2.0) + parser (3.0.1.1) ast (~> 2.4.1) pg (1.0.0) pg_search (2.3.5)