X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/68c9e352cb7fb2dc67fd8241c75ab6ffc19376e1..514aa01f7c3fb627447dd2ac0f049dee640fc8f2:/Gemfile diff --git a/Gemfile b/Gemfile index e076bdaec..078ade7b2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,8 @@ -source 'https://rubygems.org' +source "https://rubygems.org" -gem 'rubocop' +gem "foodcritic" +gem "kitchen-vagrant" +gem "rubocop" +gem "rubocop-performance" +gem "serverspec" +gem "test-kitchen"