Sha256: b6c9f2cb6adbad187a5d83f52e856611d7001d0c8ea7545e7a363f2c10b80e28
Contents?: true
Size: 744 Bytes
Versions: 3
Compression:
Stored size: 744 Bytes
Contents
source "https://rubygems.org" gemspec group :docs do gem "yard" gem "redcarpet" gem "github-markup" end group :test do gem "rake" gem "rspec", "~> 3.8" gem "rspec-expectations", "~> 3.8" gem "rspec-mocks", "~> 3.8" gem "cookstyle", "=7.7.2" # this forces dependabot PRs to open which triggers cookstyle CI on the chef generate command gem "chefstyle", "=1.6.2" gem "test-kitchen", "> 2.5" if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.6") gem "chef-zero", "~> 14" gem "chef", "~> 15" end end group :development do gem "pry" gem "pry-byebug" gem "pry-stack_explorer", "~> 0.4.0" gem "rb-readline" end group :profile do gem "stackprof" gem "stackprof-webnav" gem "memory_profiler" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chef-cli-3.1.1 | Gemfile |
chef-cli-3.1.0 | Gemfile |
chef-cli-3.0.40 | Gemfile |