X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5dbcbc9fc104320252388249ad1fbb9984bb5339..a6a07080d55e1f5b1c2e4b46cbc0434643d0c1dc:/Gemfile diff --git a/Gemfile b/Gemfile index b08776e20..078ade7b2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,8 @@ source "https://rubygems.org" -gem "rubocop" gem "foodcritic" -gem "test-kitchen" gem "kitchen-vagrant" +gem "rubocop" +gem "rubocop-performance" +gem "serverspec" +gem "test-kitchen"