Force version 3.2 - otherwise Travis loads 3.3

This commit is contained in:
Stanislav Voroniy 2015-10-06 11:15:53 +02:00
parent 0c0580f7e5
commit a4dca01665

View File

@ -6,7 +6,7 @@ group :lint do
end end
group :unit do group :unit do
gem 'berkshelf', '~> 3.2' gem 'berkshelf', '3.2'
gem 'chefspec', '~> 4.3' gem 'chefspec', '~> 4.3'
end end