Sha256: 4ebd990178ba3202adbc2b4fba36996fe54711e7a3a436df2b17e1b356fe9223
Contents?: true
Size: 731 Bytes
Versions: 5
Compression:
Stored size: 731 Bytes
Contents
source 'https://rubygems.org' group :development do gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.7.4' 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
vagrant-lxc-1.2.4 | Gemfile |
vagrant-lxc-1.2.3 | Gemfile |
vagrant-lxc-1.2.2 | Gemfile |
vagrant-lxc-1.2.1 | Gemfile |
vagrant-lxc-1.2.0 | Gemfile |