diff --git a/Gemfile b/Gemfile index 0c5aa58..e9332a9 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ end group :system_tests do - gem 'beaker' + gem 'beaker' , '< 3.0.0' if beaker_version = ENV['BEAKER_VERSION'] ## TODO - Remove hardcoded version as soon as BKR-885 is fixed ## https://tickets.puppetlabs.com/browse/BKR-885