Sha256: 9928500215a16f707a163247714c3230480eaa9c6510c5f42363eab5afbc7dca

Contents?: true

Size: 644 Bytes

Versions: 8

Compression:

Stored size: 644 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 "webrick"
  gem "webmock", "~> 3.4"
  gem "contracts", "~> 0.16.0" # this entry can go away when ruby < 3 support is gone
  if RUBY_VERSION < "2.6.0"
    gem "climate_control", "= 0.1.0"
    gem "vcr", "= 6.0.0"
    gem "mixlib-shellout", "= 3.2.5"
  else
    gem "climate_control", "~> 1.0"
    gem "vcr"
  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

8 entries across 8 versions & 1 rubygems

Version Path
mixlib-install-3.12.30 Gemfile
mixlib-install-3.12.29 Gemfile
mixlib-install-3.12.28 Gemfile
mixlib-install-3.12.27 Gemfile
mixlib-install-3.12.24 Gemfile
mixlib-install-3.12.23 Gemfile
mixlib-install-3.12.20 Gemfile
mixlib-install-3.12.19 Gemfile