Sha256: 39cb50a2c43828071624ea23b2b768ad7e083f77f5e96bdf665b5f90d0e17fba
Contents?: true
Size: 716 Bytes
Versions: 3
Compression:
Stored size: 716 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', '2.99.0' gem 'coveralls', require: (ENV['COVERAGE'] == 'true') 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-lxc-1.0.1 | Gemfile |
vagrant-lxc-1.0.0 | Gemfile |
vagrant-lxc-1.0.0.alpha.3 | Gemfile |