X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5dbcbc9fc104320252388249ad1fbb9984bb5339..fda66991c1fab58d3babb6c464129b78832c80de:/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"