Sha256: 340742ddec8d55650c9f44352740f6731a31bdeb7d6470b63b09bf462cd73288

Contents?: true

Size: 866 Bytes

Versions: 3

Compression:

Stored size: 866 Bytes

Contents

# -*- encoding: utf-8 -*-
source "https://rubygems.org"
gemspec

group :integration do
  gem "berkshelf"
  gem "kitchen-inspec"
  gem "kitchen-dokken"
  gem "kitchen-vagrant"
end

group :changelog do
  gem "github_changelog_generator", "1.15.2"
end

group :debug do
  gem "pry"
  gem "pry-byebug"
  gem "pry-stack_explorer"
end

group :chefstyle do
  gem "chefstyle"
end

group :docs do
  gem "yard"
end

instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"]

# To avoid bringing in development or test dependencies that are not
# absolutely needed, if you want to load tools not present in the gemspec
# or this Gemfile, add those additional dependencies into a Gemfile.local
# file which is ignored by this repository.
# rubocop:disable Security/Eval
eval(IO.read(__FILE__ + ".local"), binding) if File.exist?(__FILE__ + ".local")
# rubocop:enable Security/Eval

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
test-kitchen-2.5.2 Gemfile
test-kitchen-2.5.1 Gemfile
test-kitchen-2.5.0 Gemfile