X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5dbcbc9fc104320252388249ad1fbb9984bb5339..5924746a83a4bb0577a83412e6e4dc9a169cfb6a:/Gemfile?ds=sidebyside diff --git a/Gemfile b/Gemfile index b08776e20..b70169870 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,7 @@ source "https://rubygems.org" -gem "rubocop" gem "foodcritic" -gem "test-kitchen" gem "kitchen-vagrant" +gem "rubocop" +gem "serverspec" +gem "test-kitchen"