Sha256: 14b8f52ee56ff2f150447830f23e533c978737f1c272d599d16c07321468b837

Contents?: true

Size: 935 Bytes

Versions: 3

Compression:

Stored size: 935 Bytes

Contents

source "https://rubygems.org"

group(:development, :test) do
  gem "cheffish", ">= 14" # testing only , but why didn't this need to explicit in chef?
  gem "webmock" # testing only
  gem "rake"
  gem "rspec"
  gem "chef-bin", path: "../chef-bin"
end

group(:ruby_prof) do
  # ruby-prof 1.3.0 does not compile on our centos6 builders/kitchen testers
  gem "ruby-prof", "< 1.3.0"
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: "master"
end

gem "ohai", git: "https://github.com/chef/ohai.git", branch: "master"
gem "chef", path: ".."
gem "chef-utils", path: File.expand_path("../chef-utils", __dir__) if File.exist?(File.expand_path("../chef-utils", __dir__))
gem "chef-config", path: File.expand_path("../chef-config", __dir__) if File.exist?(File.expand_path("../chef-config", __dir__))

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
knife-17.0.246 Gemfile
knife-17.0.244 Gemfile
knife-17.0.242 Gemfile