Sha256: de760a171b2f3cc04013958502ddc3b595b65678e5943087e735f4ef8872c000

Contents?: true

Size: 363 Bytes

Versions: 5

Compression:

Stored size: 363 Bytes

Contents

source "http://rubygems.org"

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

# Use the following gems straight from git, since Vagrant dev
# typically coincides with it
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"
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
vagrantup-0.8.2 Gemfile
vagrantup-0.8.1 Gemfile
vagrantup-0.8.0 Gemfile
vagrant-0.8.2 Gemfile
vagrant-0.8.1 Gemfile