Sha256: 98478227378f35b9f02fe8d6b068be2787f0edbcd28205dbad47649f77bcf8d5

Contents?: true

Size: 638 Bytes

Versions: 4

Compression:

Stored size: 638 Bytes

Contents

source 'https://rubygems.org'

gemspec

group :development do
  gem 'vagrant',          github: 'mitchellh/vagrant', tag: 'v1.3.3'
  gem 'vagrant-cachier',  github: 'fgrehm/vagrant-cachier'
  gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
  gem 'vagrant-omnibus'
  gem 'guard'
  gem 'guard-rspec'
  gem 'rb-inotify'
end


group :development, :test do
  gem 'rake'
  # Update https://github.com/fgrehm/vagrant-lxc/issues/111 once we are able to
  # upgrade to a newer release
  gem 'rspec',       '~> 2.13.0'
  gem 'rspec-fire',  require: 'rspec/fire'
  gem 'rspec-spies', require: false
  gem 'coveralls',   require: false
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vagrant-lxc-0.6.4 Gemfile
vagrant-lxc-0.6.3 Gemfile
vagrant-lxc-0.6.2 Gemfile
vagrant-lxc-0.6.1 Gemfile