mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
683f9e1dbf
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
4 lines
101 B
Ruby
4 lines
101 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Bundler; end
|
|
require_relative "vendor/fileutils/lib/fileutils"
|