Skip to content

Commit

Permalink
test ci with redhat support
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tw1r3 committed Mar 13, 2024
1 parent 9b071ff commit c796d81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :test do
gem 'voxpupuli-test', '~> 7.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'puppet_metadata', '~> 3.5', :require => false
gem 'puppet_metadata', :require => false, :git => 'https://github.com/voxpupuli/puppet_metadata.git', :ref => 'refs/pull/122/head'
end

group :development do
Expand All @@ -16,6 +16,8 @@ group :development do
end

group :system_tests do
gem 'beaker', :require => false, :git => 'https://github.com/voxpupuli/beaker.git', :ref => 'refs/pull/1852/head'
gem 'beaker-hostgenerator', :require => false, :git => 'https://github.com/voxpupuli/beaker-hostgenerator.git', :ref => 'refs/pull/359/head'
gem 'voxpupuli-acceptance', '~> 3.0', :require => false
end

Expand Down

0 comments on commit c796d81

Please sign in to comment.