X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1e254e4af9e9eead1e3f5eae38079ac373df3909..03b5f3ea1de0f4490857a894b407bf4f314a5d2c:/Gemfile diff --git a/Gemfile b/Gemfile index d1ca20509..078ade7b2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,8 @@ -source 'https://rubygems.org' +source "https://rubygems.org" -gem 'rubocop' -gem 'foodcritic' +gem "foodcritic" +gem "kitchen-vagrant" +gem "rubocop" +gem "rubocop-performance" +gem "serverspec" +gem "test-kitchen"