Pin byebug

Fix for noop-test because newer byebug is not compatible with ruby 2.1

Change-Id: I9198fb399894cdcd9214088f7177c8676a2b7901
This commit is contained in:
Denis V. Meltsaykin 2017-08-22 18:07:00 +03:00
parent a3393c93d2
commit 0523e7344e
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ group :development, :test do
gem 'beaker-puppet_install_helper', :require => 'false'
gem 'psych', :require => 'false'
gem 'puppet-spec', :require => 'false'
gem 'byebug', '9.0.6', :require => 'false'
gem 'rspec-puppet-facts'
end