mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
bug #3185: make nokogiri the first gem installed
This commit is contained in:
parent
02c48f05f2
commit
377bb8ab92
@ -234,9 +234,9 @@ def help
|
|||||||
end
|
end
|
||||||
|
|
||||||
def get_gems(packages)
|
def get_gems(packages)
|
||||||
(packages.map do |package|
|
([$nokogiri]+packages.map do |package|
|
||||||
GROUPS[package.to_sym]
|
GROUPS[package.to_sym]
|
||||||
end+[$nokogiri]).flatten.uniq-installed_gems
|
end).flatten.uniq-installed_gems
|
||||||
end
|
end
|
||||||
|
|
||||||
def detect_distro
|
def detect_distro
|
||||||
|
Loading…
Reference in New Issue
Block a user