Sean OMeara 140e1c759b Revert "[COOK-3418] - Virtual Domain Support"
This reverts commit d6bec0d04547048ad5a514ab63c105eed499fab8.
2014-06-11 16:51:55 -04:00

13 lines
253 B
Ruby

source 'https://rubygems.org'
gem 'strainer'
gem 'berkshelf', '~> 2.0'
gem 'chefspec', '~> 3.0'
gem 'foodcritic', '~> 3.0'
gem 'rubocop', '~> 0.14'
group :integration do
gem 'test-kitchen', '~> 1.1.0'
gem 'kitchen-vagrant', '~> 0.14'
end