source "https://rubygems.org"

# Specify your gem"s dependencies in test-kitchen.gemspec
gemspec

group :integration do
  gem "berkshelf"
  gem "kitchen-dokken"
  gem "kitchen-inspec"
  gem "kitchen-vagrant"
end

group :chefstyle do
  gem "chefstyle", "2.2.2"
end