Sha256: 3440181a97a473cd8a78dc46ec41034b498500403bbc1249b6cf96295f556ddc
Contents?: true
Size: 570 Bytes
Versions: 3
Compression:
Stored size: 570 Bytes
Contents
source "https://rubygems.org" gemspec group :development do gem "chefstyle" gem "chef-zero" gem "rake" gem "rspec", "~> 3.4" gem "aruba", "~> 0.6" gem "chef", "~> 14.0" # avoids test failures on license acceptance gem "contracts", "~> 0.16.1" # pin until we drop ruby < 2.7 gem "chef-utils", "= 16.6.14" # pin until we drop ruby 2.5 end group :docs do gem "yard" gem "redcarpet" gem "github-markup" end group :debug do gem "pry" gem "pry-byebug" gem "pry-stack_explorer", "~> 0.4.0" # pin until we drop ruby < 2.6 gem "rb-readline" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chef-vault-4.1.5 | Gemfile |
chef-vault-4.1.4 | Gemfile |
chef-vault-4.1.3 | Gemfile |