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