1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update the bundler version with master branch

This commit is contained in:
Hiroshi SHIBATA 2020-05-08 14:19:04 +09:00
parent 68224651a4
commit 0e60b59d58
Notes: git 2020-05-13 07:55:16 +09:00
226 changed files with 4605 additions and 3751 deletions

View file

@ -41,7 +41,7 @@ module Bundler
private
def gemfile
@gemfile ||= Bundler.settings[:init_gems_rb] ? "gems.rb" : "Gemfile"
@gemfile ||= Bundler.preferred_gemfile_name
end
end
end