mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Specify explicit separator not to be affected by $;
This commit is contained in:
parent
53efe63280
commit
2b7409a2f2
10 changed files with 11 additions and 11 deletions
|
@ -12,7 +12,7 @@ module Bundler
|
|||
Bundler::SharedHelpers.major_deprecation 2, "bundle console will be replaced " \
|
||||
"by `bin/console` generated by `bundle gem <name>`"
|
||||
|
||||
group ? Bundler.require(:default, *group.split.map!(&:to_sym)) : Bundler.require
|
||||
group ? Bundler.require(:default, *group.split(' ').map!(&:to_sym)) : Bundler.require
|
||||
ARGV.clear
|
||||
|
||||
console = get_console(Bundler.settings[:console] || "irb")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue