Use Ohai from custom fork
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
... | ... | @@ -3,6 +3,7 @@ |
require_relative "lib/gitlab/version" | ||
omnibus_gem_version = Gitlab::Version.new('omnibus', "gitlab-omnibus-v5.6.12") | ||
ohai_gem_version = Gitlab::Version.new('ohai', '14-8-13-gitlab') | ||
# Note that omnibus is from a fork with additional gitlab changes. You can | ||
# check what they are with the following comparison link: | ||
... | ... | @@ -23,7 +24,7 @@ |
gem 'omnibus', git: omnibus_gem_version.remote, branch: omnibus_gem_version.print(false) | ||
gem 'chef', '~> 14.13' | ||
gem 'ohai' | ||
gem 'ohai', git: ohai_gem_version.remote, branch: ohai_gem_version.print(false) | ||
gem 'package_cloud' | ||
gem 'rainbow', '~> 2.2' # This is used by gitlab-ctl and the chef formatter | ||
gem 'thor', '0.18.1' # This specific version is required by package_cloud | ||
... | ... |
Please register or sign in to comment