Sha256: caefd565faa6f3f88045d4e47c3ca506c1f2c014fe49d3e7f2f6594d49c4f950
Contents?: true
Size: 628 Bytes
Versions: 5
Compression:
Stored size: 628 Bytes
Contents
source "https://rubygems.org" 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 "rake", ">= 10.1.0" gem "rspec-core", "~> 3.0" gem "rspec-expectations", "~> 3.0" gem "rspec-mocks", "~> 3.0" gem "rspec-collection_matchers", "~> 1.0" gem "ipaddr_extensions" end group :docs do gem "yard" gem "redcarpet" gem "github-markup" 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ohai-16.3.2 | Gemfile |
ohai-16.3.0 | Gemfile |
ohai-16.2.3 | Gemfile |
ohai-16.2.1 | Gemfile |
ohai-16.2.0 | Gemfile |