Skip to content

Commit

Permalink
test voxpupuli-test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 6, 2024
1 parent edd0f12 commit 43bad08
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 @@ -4,7 +4,9 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'

group :test do
gem 'voxpupuli-test', '~> 8.0', :require => false
gem 'puppetlabs_spec_helper', git: 'https://github.com/bastelfreak/puppetlabs_spec_helper', branch: 'rp5'
gem 'voxpupuli-test', git: 'https://github.com/bastelfreak/voxpupuli-test', branch: 'rp5'
#gem 'voxpupuli-test', '~> 8.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'puppet_metadata', '~> 4.0', :require => false
Expand Down

0 comments on commit 43bad08

Please sign in to comment.