mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
yeah ... we should be installing the gem :)
This commit is contained in:
@ -176,7 +176,7 @@ class Plugin::Instance
|
||||
unless File.exists? spec_file
|
||||
command = "gem install #{name} -v #{version} -i #{gems_path} --no-rdoc --no-ri"
|
||||
puts command
|
||||
puts `command`
|
||||
puts `#{command}`
|
||||
end
|
||||
if File.exists? spec_file
|
||||
spec = Gem::Specification.load spec_file
|
||||
|
Reference in New Issue
Block a user