X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/ae7821e4c439bebbc23b860b98c2070b557550a6..27a9e7c6ce339516760508d8341d5515f3cc070a:/Gemfile diff --git a/Gemfile b/Gemfile index f18b9e9..bd28ddf 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,18 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + # frozen_string_literal: true source 'https://rubygems.org' -gem 'kitchen-docker', github: 'test-kitchen/kitchen-docker', ref: '41e80fe' -gem 'kitchen-inspec', '>= 2.2.1' +# Use the latest version of `inspec` prior to `4.23.4`, which introduces a +# regression where the diff isn't displayed when comparing using `eq`. +gem 'inspec', '~> 4.22.22' +# Install the `kitchen-docker` gem using `git` because the latest version +# currently available (`2.10.0`) doesn't include a recent fix for Gentoo. +# rubocop:disable Layout/LineLength +gem 'kitchen-docker', git: 'https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker', branch: 'ssf' +# rubocop:enable Layout/LineLength +gem 'kitchen-inspec', '>= 2.5.0' gem 'kitchen-salt', '>= 0.6.3'