Sha256: 92d94ee2671628296ea936f0324903e733895b14ee26f952fcbc20d3f9e20b3e

Contents?: true

Size: 460 Bytes

Versions: 8

Compression:

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

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
vagrantup-0.7.5 Gemfile
vagrantup-0.7.4 Gemfile
vagrantup-0.7.3 Gemfile
vagrantup-0.7.2 Gemfile
vagrant-0.7.5 Gemfile
vagrant-0.7.4 Gemfile
vagrant-0.7.3 Gemfile
vagrant-0.7.2 Gemfile