Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Add missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Apr 22, 2019
1 parent 4e52598 commit 9d5c8e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/support/hax.rb
Expand Up @@ -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
Expand Down

0 comments on commit 9d5c8e6

Please sign in to comment.