Sha256: 844f32b31fb1d6d4eb3195f6f18770b25155945269db77b5c8a380b0dbb98720

Contents?: true

Size: 512 Bytes

Versions: 6

Compression:

Stored size: 512 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", :ref => "038729cd89a15111106404726b75a1d463edc892"

# 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
  platforms :ruby do
    gem "yard", "~> 0.6.1"
    gem "bluecloth"
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vagrantup-0.7.8 Gemfile
vagrantup-0.7.7 Gemfile
vagrantup-0.7.6 Gemfile
vagrant-0.7.8 Gemfile
vagrant-0.7.7 Gemfile
vagrant-0.7.6 Gemfile