Sha256: 6718f9b0f97a9f6fa9c35fa1ec1b658fa1999fd3d63b8ab28c7e796c8d0082cb
Contents?: true
Size: 901 Bytes
Versions: 5
Compression:
Stored size: 901 Bytes
Contents
source 'https://rubygems.org' group :development do gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.8.7' gem 'guard' gem 'guard-rspec' gem 'rb-inotify' end group :development, :test do gem 'rake', '~> 10.4.2' gem 'rspec', '~> 2.99.0' 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', ref: '5006bc73cd8796465ca09307d4774f8ec8375aa0' 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 & 2 rubygems
Version | Path |
---|---|
vagrant-lxc-1.4.2 | Gemfile |
vagrant-lxc-2.1-patch-1.4.0 | Gemfile |
vagrant-lxc-1.4.0 | Gemfile |
vagrant-lxc-1.3.1 | Gemfile |
vagrant-lxc-1.3.0 | Gemfile |