Sha256: 2eb68fc4aa28b9eaa4680219f712df94db5a894c6671059ac44b06f39dac72e2
Contents?: true
Size: 588 Bytes
Versions: 1
Compression:
Stored size: 588 Bytes
Contents
source "https://rubygems.org" gem "knife", path: "." group(:development, :test) do gem "cheffish", ">= 14" # testing only , but why didn't this need to explicit in chef? gem "webmock" gem "crack", "< 0.4.6" # due to https://github.com/jnunemaker/crack/pull/75 gem "rake", ">= 12.3.3" gem "rspec" end group(:omnibus_package, :pry) do gem "pry" gem "pry-byebug" gem "pry-stack_explorer" end group(:chefstyle) do gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "main" end gem "ohai", git: "https://github.com/chef/ohai.git", branch: "18-stable"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
knife-18.6.13 | Gemfile |