Skip to content

Commit 51eda73

Browse files
committed
voxpupuli-acceptance: Require 4.2 or newer
4.2 allows us to set user and password for curl_command in acceptance tests. That will allow us to cleanup some tests. 4.1 is already in foreman-installer-modulesync: theforeman/foreman-installer-modulesync@d0f38a0
1 parent 7891f7a commit 51eda73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'voxpupuli-test', '~> 9.0', {"groups"=>["test"]}
1212
gem 'github_changelog_generator', '>= 1.15.0', {"groups"=>["development"]}
1313
gem 'puppet_metadata', '~> 4.0'
1414
gem 'puppet-blacksmith', '>= 6.0.0', {"groups"=>["development"]}
15-
gem 'voxpupuli-acceptance', '~> 3.4', {"groups"=>["system_tests"]}
15+
gem 'voxpupuli-acceptance', '~> 4.2', {"groups"=>["system_tests"]}
1616
gem 'puppetlabs_spec_helper', {"groups"=>["system_tests"]}
1717
gem 'webmock', '~> 2.0'
1818
gem 'oauth'

0 commit comments

Comments
 (0)