From fce00cf9a9654eb7dfb5bc414951c5efad58d335 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Wed, 28 Mar 2018 10:50:51 -0700 Subject: [PATCH] update parser version From Jenkins ``` Your bundle is locked to parser (2.5.0.4), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed sources, that means the author of parser (2.5.0.4) has removed it. You'll need to update your bundle to a different version of parser (2.5.0.4) that hasn't been removed in order to install. ``` --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 02e790f9a..ae1cb5728 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -531,7 +531,7 @@ GEM rails (> 3.2.0) os (0.9.6) parallel (1.12.1) - parser (2.5.0.4) + parser (2.5.0.5) ast (~> 2.4.0) pg (0.18.4) poltergeist (1.17.0)