Sha256: 2fe77b62bf13c45b56515d6bee347310ca93cf5a3a159c85b1a43685fcf43298

Contents?: true

Size: 386 Bytes

Versions: 4

Compression:

Stored size: 386 Bytes

Contents

source "http://rubygems.org"

gem "vagrant", :path => '.'

# Use the version of virtualbox off of github
gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git"

# Gems required for testing only. To install run
# gem bundle test
group :test do
  gem "rake"
  gem "contest", ">= 0.1.2"
  gem "mocha"
  gem "yard"
  gem "ruby-debug", ">= 0.10.3" if RUBY_VERSION < '1.9'
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
vagrantup-0.5.4 Gemfile
vagrantup-0.5.3 Gemfile
vagrant-0.5.4 Gemfile
vagrant-0.5.3 Gemfile