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