Sha256: e6f962e922a03173c7d30e131f6259ebb3c17dd6d4b1d1266a9eaf29881e66a5

Contents?: true

Size: 635 Bytes

Versions: 2

Compression:

Stored size: 635 Bytes

Contents

source "https://rubygems.org"

gemspec

gem "chef-utils", "= 16.6.14" if RUBY_VERSION < "2.6.0"

group :test do
  gem "rake"
  gem "rspec"
  gem "vcr"
  gem "webrick"
  gem "webmock", "~> 3.4"
  gem "aruba", "~> 0.14"
  gem "cucumber", "~> 1.3.20"
  gem "contracts", "~> 0.16.0" # this entry can go away when ruby < 3 support is gone
  if RUBY_VERSION < "2.5.0"
    gem "climate_control", "= 0.1.0"
  else
    gem "climate_control", "~> 1.0"
  end
end

# use old chefstyle to support TargetRubyVersion of 1.9
group :chefstyle do
  gem "chefstyle", "~> 0.4.0"
end

group :debug do
  gem "pry"
  gem "pry-byebug"
  gem "rb-readline"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mixlib-install-3.12.16 Gemfile
mixlib-install-3.12.15 Gemfile