Sha256: 6e169ca7c5ca41bb24c1a52d2bc7a5f06a07359f1cfd439f5ef8baa866c9f18d
Contents?: true
Size: 762 Bytes
Versions: 7
Compression:
Stored size: 762 Bytes
Contents
source "https://rubygems.org" gemspec 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.11.1" if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.6") gem "chef-zero", "~> 14" gem "chef", "~> 15" gem "chef-utils", "=16.6.14" end if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.7") gem "ohai", "~> 16" end end group :development do gem "pry" gem "pry-byebug" gem "rb-readline" end group :profile do gem "stackprof" gem "stackprof-webnav" gem "memory_profiler" end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
chef-cli-5.5.0 | Gemfile |
chef-cli-5.4.2 | Gemfile |
chef-cli-5.4.1 | Gemfile |
chef-cli-5.3.1 | Gemfile |
chef-cli-5.3.0 | Gemfile |
chef-cli-5.2.0 | Gemfile |
chef-cli-5.1.0 | Gemfile |