From 44c66554f7b312947066a3e3827ae07bc5083873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 21 Mar 2019 15:52:39 +0100 Subject: [PATCH] Add missing require --- spec/support/hax.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/support/hax.rb b/spec/support/hax.rb index b14e4a5943c..202e8dcc326 100644 --- a/spec/support/hax.rb +++ b/spec/support/hax.rb @@ -21,6 +21,8 @@ class Platform end if ENV["BUNDLER_SPEC_VERSION"] + require "bundler/version" + module Bundler remove_const(:VERSION) if const_defined?(:VERSION) VERSION = ENV["BUNDLER_SPEC_VERSION"].dup