From 4453adb59b0cbc33c90237403b29cd1ffee0aa52 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 24 Oct 2018 16:33:19 -0700 Subject: [PATCH] Upgrade parser gem to 2.5.1.2 --- Gemfile.lock | 2 +- Gemfile.rails5.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bf16bef4f32..240fcd4e551 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -547,7 +547,7 @@ GEM orm_adapter (0.5.0) os (1.0.0) parallel (1.12.1) - parser (2.5.1.0) + parser (2.5.1.2) ast (~> 2.4.0) parslet (1.8.2) peek (1.0.1) diff --git a/Gemfile.rails5.lock b/Gemfile.rails5.lock index 81547303ed2..22c783c2d3b 100644 --- a/Gemfile.rails5.lock +++ b/Gemfile.rails5.lock @@ -551,7 +551,7 @@ GEM orm_adapter (0.5.0) os (1.0.0) parallel (1.12.1) - parser (2.5.1.0) + parser (2.5.1.2) ast (~> 2.4.0) parslet (1.8.2) peek (1.0.1)