17750: Update test matrix, remove unsupported distros
[arvados-formula.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 8da7a69ae629786af5d3fd667509d5a8372d087d..c08ad6c7356dda30046f44421714a23568c2a509 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -2,10 +2,13 @@
 
 source 'https://rubygems.org'
 
-gem 'kitchen-docker', '>= 2.9'
-gem 'kitchen-inspec', '>= 1.1'
-gem 'kitchen-salt', '>= 0.6.0'
-# Latest versions of `train` cause failure when running `kitchen verify`
-# Downgrading to `3.2.0` until this is fixed upstream
-# https://github.com/inspec/train/pull/544#issuecomment-566055052
-gem 'train', '3.2.0'
+# 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.2.1'
+gem 'kitchen-salt', '>= 0.6.3'