1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/bundler/vendored_fileutils.rb
David Rodríguez 683f9e1dbf [bundler/bundler] 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.

https://github.com/bundler/bundler/commit/d366cbfe5d
2019-08-18 13:45:45 +09:00

4 lines
101 B
Ruby

# frozen_string_literal: true
module Bundler; end
require_relative "vendor/fileutils/lib/fileutils"