aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/support
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-21 16:32:35 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 09:30:00 +0900
commit6fb73e6043015fcd999a2c4b9a52b9bb1d9c4173 (patch)
tree466dab8a86597d159070c4331c31fa8bbdb54fd5 /spec/bundler/support
parent452516f50f80e3bbb6dc9911dcdb133a2e16c170 (diff)
downloadruby-6fb73e6043015fcd999a2c4b9a52b9bb1d9c4173.tar.gz
[bundler/bundler] Fully remove compatibility guard
https://github.com/bundler/bundler/commit/2a7a5daba0
Diffstat (limited to 'spec/bundler/support')
-rw-r--r--spec/bundler/support/hax.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/bundler/support/hax.rb b/spec/bundler/support/hax.rb
index 826fbbcc0f..74daccc9db 100644
--- a/spec/bundler/support/hax.rb
+++ b/spec/bundler/support/hax.rb
@@ -59,11 +59,3 @@ class Object
end
end
end
-
-if ENV["BUNDLER_SPEC_IGNORE_COMPATIBILITY_GUARD"]
- $LOADED_FEATURES << File.expand_path("../../../bundler/compatibility_guard.rb", __FILE__)
- $LOADED_FEATURES << File.expand_path("../../../bundler/compatibility_guard", __FILE__)
- $LOADED_FEATURES << "bundler/compatibility_guard.rb"
- $LOADED_FEATURES << "bundler/compatibility_guard"
- require "bundler/compatibility_guard"
-end