Sha256: 10a07d43e7097d60addc5f37f0837ba19f03118086b0d2611cd7e50080d632d7

Contents?: true

Size: 352 Bytes

Versions: 5

Compression:

Stored size: 352 Bytes

Contents

source "https://rubygems.org"

# Specify your gem"s dependencies in test-kitchen.gemspec
gemspec

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

group :debug do
  gem "pry", "~>0.12"
  gem "pry-byebug"
  gem "pry-stack_explorer"
end

group :chefstyle do
  gem "chefstyle", "2.1.0"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
test-kitchen-3.2.2 Gemfile
test-kitchen-3.2.1 Gemfile
test-kitchen-3.2.0 Gemfile
test-kitchen-3.1.1 Gemfile
test-kitchen-3.1.0 Gemfile