From 1d889c96562e9619d2cab443da711e82daeb983c Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 21 May 2020 21:05:07 +0900 Subject: Sync Bundler PR #3624 with HEAD commits --- libexec/bundle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libexec/bundle') diff --git a/libexec/bundle b/libexec/bundle index b3b1b691d8..1168e5a361 100755 --- a/libexec/bundle +++ b/libexec/bundle @@ -15,6 +15,9 @@ else require "bundler" end +# Workaround for non-activated bundler spec due to missing https://github.com/rubygems/rubygems/commit/4e306d7bcdee924b8d80ca9db6125aa59ee4e5a3 +gem "bundler", Bundler::VERSION if Gem.rubygems_version < Gem::Version.new("2.6.2") + # Check if an older version of bundler is installed $LOAD_PATH.each do |path| next unless path =~ %r{/bundler-0\.(\d+)} && $1.to_i < 9 -- cgit v1.2.3