Sha256: 0ca7d06297373745359f3e43143dd8ae98c5c39ede8e6baf938db2336a5c6fed
Contents?: true
Size: 867 Bytes
Versions: 1
Compression:
Stored size: 867 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: "master", glob: "chef-config/chef-config.gemspec" gem "chef-utils", git: "https://github.com/chef/chef", branch: "master", 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", "2.0.6" 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.11.4" gem "rubocop-rspec" end group :debug do gem "pry" gem "pry-byebug" gem "pry-stack_explorer" gem "rb-readline" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ohai-17.3.1 | Gemfile |