From 879f86f323a802df09ff13dfbfb2b3cde7eb8ae2 Mon Sep 17 00:00:00 2001 From: ThibG Date: Tue, 1 Dec 2020 12:34:33 +0100 Subject: [PATCH] Fix Gemfile.lock breaking CI (#15257) Unnecessary Ruby and Bundler version constraints got included in #15230 --- Gemfile.lock | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9594c0e2b8..f7192d0846 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -804,9 +804,3 @@ DEPENDENCIES webpacker (~> 5.2) webpush xorcist (~> 1.1) - -RUBY VERSION - ruby 2.7.2p137 - -BUNDLED WITH - 2.1.4