Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Our version of fileutils supports ruby 2.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed May 3, 2019
1 parent 9cc693b commit 77d99d2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/bundler/vendored_fileutils.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# frozen_string_literal: true

module Bundler; end
if RUBY_VERSION >= "2.4"
require_relative "vendor/fileutils/lib/fileutils"
else
# the version we vendor is 2.4+
require "fileutils"
end
require_relative "vendor/fileutils/lib/fileutils"

0 comments on commit 77d99d2

Please sign in to comment.