Sha256: 00baf31811a794a99984318492c623fb10093ecd695ce1a49bd6c446e0771362

Contents?: true

Size: 811 Bytes

Versions: 1

Compression:

Stored size: 811 Bytes

Contents

source 'https://rubygems.org'

group :development do
  gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git'
  gem 'guard'
  gem 'guard-rspec'
  gem 'rb-inotify'
end

group :development, :test do
  gem 'rake'
  gem 'rspec'
  gem 'coveralls', '~> 0.7.2', require: (ENV['COVERAGE'] == 'true')
  # The is the ref *just* before we switch to childprocess 0.6, which conflicts with vagrant 1.8 deps.
  gem 'vagrant-spec', git: 'https://github.com/mitchellh/vagrant-spec.git'
end

group :plugins do
  acceptance = (ENV['ACCEPTANCE'] == 'true')
  gem 'vagrant-cachier',  git: 'https://github.com/fgrehm/vagrant-cachier.git',  require: !acceptance
  gem 'vagrant-pristine', git: 'https://github.com/fgrehm/vagrant-pristine.git', require: !acceptance
  gem 'vagrant-omnibus',  require: !acceptance
  gemspec
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-lxc-1.4.3 Gemfile