Pin beaker-hiera<0.2.0
Due to backward-incompatible changes in beaker-hiera 0.2.0, we're receiving a "uninitialized constant Beaker::DSL::Hiera" NameError exception trying to use it. Earlier versions were working. Change-Id: I232b1de6cfbf9c4ffc81e1cc2d6af5dd769ed0b5
This commit is contained in:
parent
619783f683
commit
2a8035cecc
@ -64,6 +64,9 @@ Gem::Specification.new do |spec|
|
||||
# While we're investigating it, let's pin Beaker to 2.x releases.
|
||||
spec.add_dependency 'beaker', ['< 3.0.0']
|
||||
|
||||
# avoid failure "uninitialized constant Beaker::DSL::Hiera"
|
||||
spec.add_dependency 'beaker-hiera', ['< 0.2.0']
|
||||
|
||||
# hashdiff 0.3.9 breaks beaker-trusty job
|
||||
spec.add_dependency 'hashdiff', ['< 0.3.9']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user