Sha256: c024ee8db77ee1182373c80c96f3d556e44c76674e861a2b21213413a2998c70

Contents?: true

Size: 813 Bytes

Versions: 25

Compression:

Stored size: 813 Bytes

Contents

source 'https://rubygems.org'

# Install omnibus
gem 'omnibus', '~> 6.0'

# Use Chef's software definitions. It is recommended that you write your own
# software definitions, but you can clone/fork Chef's to get you started.
# gem 'omnibus-software', github: 'chef/omnibus-software'

# This development group is installed by default when you run `bundle install`,
# but if you are using Omnibus in a CI-based infrastructure, you do not need
# the Test Kitchen-based build lab. You can skip these unnecessary dependencies
# by running `bundle install --without development` to speed up build times.
group :development do
  # Use Berkshelf for resolving cookbook dependencies
  gem 'berkshelf'

  # Use Test Kitchen with Vagrant for converging the build environment
  gem 'test-kitchen'
  gem 'kitchen-vagrant'
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
clusterlb-0.1.32 omnibus/Gemfile
clusterlb-0.1.31 omnibus/Gemfile
clusterlb-0.1.30 omnibus/Gemfile
clusterlb-0.1.29 omnibus/Gemfile
clusterlb-0.1.28 omnibus/Gemfile
clusterlb-0.1.27 omnibus/Gemfile
clusterlb-0.1.26 omnibus/Gemfile
clusterlb-0.1.25 omnibus/Gemfile
clusterlb-0.1.24 omnibus/Gemfile
clusterlb-0.1.23 omnibus/Gemfile
clusterlb-0.1.22 omnibus/Gemfile
clusterlb-0.1.21 omnibus/Gemfile
clusterlb-0.1.20 omnibus/Gemfile
clusterlb-0.1.19 omnibus/Gemfile
clusterlb-0.1.17 omnibus/Gemfile
clusterlb-0.1.16 omnibus/Gemfile
clusterlb-0.1.15 omnibus/Gemfile
clusterlb-0.1.14 omnibus/Gemfile
clusterlb-0.1.13 omnibus/Gemfile
clusterlb-0.1.12 omnibus/Gemfile