Pin beaker to 2.x releases

Beaker 3.0.0 fails run with current dependencies:
LoadError: cannot load such file -- serverspec

It will be fixed when this PR will be merged and released:
https://github.com/puppetlabs/beaker-rspec/pull/86

Change-Id: I77a35c57b4ff9351b9820d8e36409163da2c0d8f
This commit is contained in:
Emilien Macchi 2016-09-28 10:34:54 -04:00
parent 4c7c3a271b
commit cc6e6f666b
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ Gem::Specification.new do |spec|
# latest specinfra broke us, we pin it until we figure what's wrong.
spec.add_dependency 'specinfra', ['2.59.0']
# Beaker 3.0.0 fails to run in Puppet Openstack CI
# LoadError: cannot load such file -- serverspec
# While we're investigating it, let's pin Beaker to 2.x releases.
spec.add_dependency 'beaker', ['< 3.0.0']
# dependencies that are needed to run beaker-rspec
spec.add_dependency 'beaker-rspec'
spec.add_dependency 'beaker-puppet_install_helper'