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

Fixup r66984. It breakes bundler's examples.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2019-02-18 09:53:13 +00:00
parent 5c11d85411
commit bef0c0a367
2 changed files with 2 additions and 2 deletions

View file

@ -276,7 +276,7 @@ module Bundler
# avoid stepping above the tmp directory when testing
gemspec = if ENV["BUNDLE_RUBY"] && ENV["BUNDLE_GEM"]
# for Ruby Core
"lib/bundler.gemspec"
"lib/bundler/bundler.gemspec"
else
"bundler.gemspec"
end