Sha256: 2c7054d29e180d26a931686fdbc96ad2174d8db6bbf7f6186e27b12f057b0681

Contents?: true

Size: 866 Bytes

Versions: 14

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.11.3"
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

14 entries across 14 versions & 1 rubygems

Version Path
test-kitchen-2.3.2 Gemfile
test-kitchen-2.3.1 Gemfile
test-kitchen-2.3.0 Gemfile
test-kitchen-1.25.0 Gemfile
test-kitchen-2.2.5 Gemfile
test-kitchen-2.2.4 Gemfile
test-kitchen-2.2.3 Gemfile
test-kitchen-2.2.2 Gemfile
test-kitchen-2.2.1 Gemfile
test-kitchen-2.2.0 Gemfile
test-kitchen-2.1.0 Gemfile
test-kitchen-2.0.1 Gemfile
test-kitchen-2.0.0 Gemfile
test-kitchen-1.24.0 Gemfile