# Additional gems needed for running reconfigure
#
# To upgrade gems, modify config/templates/omnibus-hth-gems/Gemfile and run bundle for it:
#
#   bundle update chef --conservative
#
# Commit both Gemfile and Gemfile.lock
source 'https://rubygems.org'

# Fix finding unf_ext gem, which is not present in rubygems.cinc
# Could not find gem 'unf_ext (~> 0.0.8.2)', which is required by gem 'chef (= 18.4.12)', in rubygems repository https://rubygems.cinc.sh/.
gem 'unf_ext'

source 'https://rubygems.cinc.sh' do
  gem 'chef', '18.4.12'
  gem 'chef-bin', '18.4.12'
  gem 'chef-config', '18.4.12'
  gem 'chef-zero', '15.0.11'
  gem 'inspec-core'
end

gem 'gitlab-ruby-shadow', '2.5.1', require: 'shadow'
gem 'et-orbi' # used in hth-backend recipe for timezone detection
