Sha256: 716a837f962e050bf969c5812d9e9b17e2b77a4ce0ef6e8583e36437a38c72b9

Contents?: true

Size: 767 Bytes

Versions: 10

Compression:

Stored size: 767 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"
  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 :ci do
  gem "rspec_junit_formatter"
end

group :changelog do
  gem "github_changelog_generator", git: "https://github.com/chef/github-changelog-generator"
end

instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"]

# If you want to load debugging tools into the bundle exec sandbox,
# add these additional dependencies into Gemfile.local
eval_gemfile(__FILE__ + ".local") if File.exist?(__FILE__ + ".local")

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ohai-14.0.29 Gemfile
ohai-14.0.28 Gemfile
ohai-13.8.0 Gemfile
ohai-13.7.1 Gemfile
ohai-13.7.0 Gemfile
ohai-13.6.0 Gemfile
ohai-13.5.0 Gemfile
ohai-13.4.0 Gemfile
ohai-13.3.0 Gemfile
ohai-13.2.0 Gemfile