Sha256: b4b9f707159ae235c9027c9b2dac9126b27ed461747e8b018d10c3fe930d54c3

Contents?: true

Size: 429 Bytes

Versions: 5

Compression:

Stored size: 429 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"

  # For documentation
  gem "yard", "~> 0.6.1"
  gem "bluecloth"
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
vagrantup-0.7.1 Gemfile
vagrantup-0.7.0 Gemfile
vagrant-0.7.1 Gemfile
vagrant-0.7.0 Gemfile
vagrant-0.7.0.beta2 Gemfile