Skip to content
Snippets Groups Projects
Gemfile 528 B
Newer Older
  • Learn to ignore specific revisions
  • # 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 from GitHub because the latest version
    # currently available (`2.10.0`) doesn't include a recent fix for Gentoo.