Sha256: 97db19f1b22ce54a06debeb57374d1efb5cc7548ad16bb4ef7eeeda34b66587b

Contents?: true

Size: 971 Bytes

Versions: 1

Compression:

Stored size: 971 Bytes

Contents

source "https://rubygems.org"

gemspec

# pull these gems from master of chef/chef so that we're testing against what we will release
gem "chef-config", git: "https://github.com/chef/chef", glob: "chef-config/chef-config.gemspec"
gem "chef-utils", git: "https://github.com/chef/chef", glob: "chef-utils/chef-utils.gemspec"

# NOTE: do not submit PRs to add pry as a dep, add to your Gemfile.local
group :development do
  gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
  gem "ipaddr_extensions"
  gem "rake", ">= 10.1.0"
  gem "rspec-collection_matchers", "~> 1.0"
  gem "rspec-core", "~> 3.0"
  gem "rspec-expectations", "~> 3.0"
  gem "rspec-mocks", "~> 3.0"
  gem "rubocop-performance", "1.8.1"
  gem "rubocop-rspec"
end

group :docs do
  gem "github-markup"
  gem "redcarpet"
  gem "yard"
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

1 entries across 1 versions & 1 rubygems

Version Path
ohai-16.6.5 Gemfile