Sha256: 9f1e7d1c4fde54caf99f0eb6a6ceddd6c8c1219cbf9e19480adb79ac5ee8a50d
Contents?: true
Size: 861 Bytes
Versions: 2
Compression:
Stored size: 861 Bytes
Contents
# frozen_string_literal: true source "https://rubygems.org" gemspec # pull these gems from main of chef/chef so that we're testing against what we will release gem "chef-config", git: "https://github.com/chef/chef", branch: "main", glob: "chef-config/chef-config.gemspec" gem "chef-utils", git: "https://github.com/chef/chef", branch: "main", 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.1.3" 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.12.0" gem "rubocop-rspec" end group :debug do gem "pry" gem "pry-byebug" gem "pry-stack_explorer" gem "rb-readline" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ohai-17.9.0 | Gemfile |
ohai-17.7.12 | Gemfile |