From a6701d8710ea870a59cefdd3edc590261103029e Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 26 Dec 2019 14:37:54 -0500 Subject: [PATCH] FIX: Gemfile bundler was breaking build We update bundler in app.yml and the version received was too new for our Gemfile.lock --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9ad9e8865a3..d43dfa367e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -535,4 +535,4 @@ DEPENDENCIES webpush BUNDLED WITH - 1.17.3 + 2.1.1