Skip to content

Commit

Permalink
(MODULES-8198) Use beaker ~> 3
Browse files Browse the repository at this point in the history
Acceptance tests are not yet compatible with beaker 4; specify beaker
~> 3 in the Gemfile instead of >= 3.
  • Loading branch information
caseywilliams committed Nov 1, 2018
1 parent deb9359 commit 64e2299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ end
group :system_tests do
gem "puppet-module-posix-system-r#{minor_version}", :require => false, :platforms => "ruby"
gem "puppet-module-win-system-r#{minor_version}", :require => false, :platforms => ["mswin", "mingw", "x64_mingw"]
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '>= 3')
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 3')
gem "beaker-pe", :require => false
gem "beaker-rspec", *location_for(ENV['BEAKER_RSPEC_VERSION'])
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'])
Expand Down

0 comments on commit 64e2299

Please sign in to comment.