From 86372c0d2a26b2547e92185c8ddc3b711a64755b Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 22 Jan 2020 17:52:28 +0100 Subject: [PATCH] Fix: Updated Gem lockfile. --- Gemfile.lock | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 5e4b63e7de..f27af47a48 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,6 +6,12 @@ GIT health_check (4.0.0.pre) rails (>= 4.0) +GIT + remote: https://github.com/rack/rack.git + revision: 8dad94973dd783fa2ab9246b4dcfcaeb3368061a + specs: + rack (2.2.0) + GIT remote: https://github.com/rtomayko/posix-spawn revision: 58465d2e213991f8afb13b984854a49fcdcc980c @@ -815,3 +821,9 @@ DEPENDENCIES webmock (~> 3.8) webpacker (~> 4.2) webpush + +RUBY VERSION + ruby 2.6.5p114 + +BUNDLED WITH + 2.1.4 -- GitLab