summaryrefslogtreecommitdiff
path: root/lib/bundler/vendored_fileutils.rb
blob: b2522cd5e0be7d3fdc070914472fc0dd50c8c1f4 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true
module Bundler; end
if RUBY_VERSION >= "2.4"
  require "bundler/vendor/fileutils/lib/fileutils"
else
  # the version we vendor is 2.4+
  require "fileutils"
end