1
0
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:
Javi Fontan 2014-10-21 10:30:25 +02:00
parent 02c48f05f2
commit 377bb8ab92

View File

@ -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