Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions integration/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ def location_for(place, fake_version = nil)
end
end

gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 4.40')
gem 'beaker-pe', '~> 3.0'
gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 6')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a reason for going to the old beaker 6, instead of latest 7?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately for us our CI system doesn't support ruby 3.2 yet 😢 with the ruby requirement in beaker 7 for ruby 3.2 we wouldn't be able to run our test suites on r10k for PE with beaker 7

gem 'beaker-pe', '~> 3.6'
gem 'beaker-hostgenerator', *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || '~> 1.1')
gem 'beaker-abs', *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.4')
gem 'beaker-abs', *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 1.0')
gem 'rototiller', '= 1.0'
gem 'beaker-qa-i18n'