summaryrefslogtreecommitdiff
path: root/spec/support/helpers.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-16 17:45:00 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-17 13:39:42 +0200
commitd366cbfe5d9b7559399284bc913d24116e37ce40 (patch)
tree071fee5848c67942c35d4fc803215b8d6cd5bdf5 /spec/support/helpers.rb
parent6b0dc20bcec10d26a1105765de068e115b33a45e (diff)
downloadbundler-d366cbfe5d9b7559399284bc913d24116e37ce40.tar.gz
No need to activate the `fileutils` default gem
The version we're vendoring actually relaxed this restriction back to 2.3.0+, so we can always use the vendored version.
Diffstat (limited to 'spec/support/helpers.rb')
-rw-r--r--spec/support/helpers.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index f069911f65..0c05789946 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -593,13 +593,5 @@ module Spec
end
port
end
-
- def bundler_fileutils
- if RUBY_VERSION >= "2.4"
- ::Bundler::FileUtils
- else
- ::FileUtils
- end
- end
end
end