Merge branch 'fix-rvm-deps-in-centos'
[arvados-formula.git] / Gemfile
1 # frozen_string_literal: true
2
3 source 'https://rubygems.org'
4
5 # Use the latest version of `inspec` prior to `4.23.4`, which introduces a
6 # regression where the diff isn't displayed when comparing using `eq`.
7 gem 'inspec',      '~> 4.22.22'
8 # Install the `kitchen-docker` gem using `git` because the latest version
9 # currently available (`2.10.0`) doesn't include a recent fix for Gentoo.
10 # rubocop:disable Layout/LineLength
11 gem 'kitchen-docker', git: 'https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker', branch: 'ssf'
12 # rubocop:enable Layout/LineLength
13 gem 'kitchen-inspec', '>= 2.2.1'
14 gem 'kitchen-salt', '>= 0.6.3'