Sha256: 2839a13e593f520fdcc2e2e3c3e85360f7dda36f532a4832ff2804b3ecba04b6
Contents?: true
Size: 868 Bytes
Versions: 4
Compression:
Stored size: 868 Bytes
Contents
# frozen_string_literal: true 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", branch: "chef-16", glob: "chef-config/chef-config.gemspec" gem "chef-utils", git: "https://github.com/chef/chef", branch: "chef-16", 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", "1.6.2" 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.9.2" gem "rubocop-rspec" end group :debug do gem "pry" gem "pry-byebug" gem "pry-stack_explorer" gem "rb-readline" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ohai-16.13.0 | Gemfile |
ohai-16.12.3 | Gemfile |
ohai-16.10.7 | Gemfile |
ohai-16.10.6 | Gemfile |