diff options
Diffstat (limited to 'lib/bundler/vendored_molinillo.rb')
-rw-r--r-- | lib/bundler/vendored_molinillo.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/vendored_molinillo.rb b/lib/bundler/vendored_molinillo.rb index 061b634f72..d1976f5cb4 100644 --- a/lib/bundler/vendored_molinillo.rb +++ b/lib/bundler/vendored_molinillo.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Bundler; end -require "bundler/vendor/molinillo/lib/molinillo" +require_relative "vendor/molinillo/lib/molinillo" |