Skip to content

Commit 5418bf0

Browse files
committed
(MODULES-2452) Update Beaker Version
Update the Beaker version to use "2.20" which has an important fix for PE installations.
1 parent db3bd43 commit 5418bf0

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
@@ -38,7 +38,7 @@ end
3838

3939
group :system_tests do
4040
gem 'beaker-rspec', *location_for(ENV['BEAKER_RSPEC_VERSION'] || '~> 5.1')
41-
gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 2.18')
41+
gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 2.20')
4242
gem 'beaker-puppet_install_helper', :require => false
4343
end
4444

0 commit comments

Comments
 (0)