Skip to content

Install rubygem-json explicitly

Steve Traylen requested to merge json into master

Install rubygem-json explicitly in image since:

linuxsupport/alma8-base@daa4d473

Started seeing:

$ BUNDLE_GEMFILE=../ci/Gemfile FACTER_GEM_VERSION='~> 4.0' PUPPET_VERSION='~> 7.0' bundle exec rake --rakefile ../ci/Rakefile test
rake aborted!
LoadError: cannot load such file -- json
/root/.aigems/ruby/2.5.0/gems/puppetlabs_spec_helper-5.0.3/lib/puppetlabs_spec_helper/tasks/fixtures.rb:5:in `require'

where as before this RPM was installed up to now.

Edited by Steve Traylen

Merge request reports