バグ #1074 » Gemfile_MIKUTTER_CONFROOT.patch
Gemfile | ||
---|---|---|
Dir.glob(File.expand_path(File.join(__dir__, 'core/plugin/*/Gemfile'))){ |path|
|
||
eval File.open(path).read
|
||
}
|
||
Dir.glob(File.join(File.expand_path(ENV['MIKUTTER_CONFROOT'] || '~/.mikutter/plugin/'), '*/Gemfile')){ |path|
|
||
Dir.glob(File.join(File.expand_path(ENV['MIKUTTER_CONFROOT'] || '~/.mikutter'), 'plugin/*/Gemfile')){ |path|
|
||
eval File.open(path).read
|
||
}
|
||
Dir.glob(File.expand_path("~/.mikutter-dev/plugin/*/Gemfile")){ |path|
|