Merge branch '18642-don-t-install-ruby-bundler'
[arvados-formula.git] / Gemfile
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 # frozen_string_literal: true
6
7 source 'https://rubygems.org'
8
9 # Use the latest version of `inspec` prior to `4.23.4`, which introduces a
10 # regression where the diff isn't displayed when comparing using `eq`.
11 gem 'inspec',      '~> 4.22.22'
12 # Install the `kitchen-docker` gem using `git` because the latest version
13 # currently available (`2.10.0`) doesn't include a recent fix for Gentoo.
14 # rubocop:disable Layout/LineLength
15 gem 'kitchen-docker', git: 'https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker', branch: 'ssf'
16 # rubocop:enable Layout/LineLength
17 gem 'kitchen-inspec', '>= 2.5.0'
18 gem 'kitchen-salt', '>= 0.6.3'