X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/68c9e352cb7fb2dc67fd8241c75ab6ffc19376e1..HEAD:/Gemfile diff --git a/Gemfile b/Gemfile index e076bdaec..baf310d5a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,9 @@ -source 'https://rubygems.org' +source "https://rubygems.org" -gem 'rubocop' +gem "cookstyle" +gem "kitchen-dokken" +gem "kitchen-inspec" +gem "test-kitchen" + +# Lock some modules to old versions for ruby 3.1 support +gem "zeitwerk", "< 2.7"