Sha256: 9311a95af30354213a10e12c68db0daf77e101b5b8403d1a01912a32be6465af
Contents?: true
Size: 533 Bytes
Versions: 21
Compression:
Stored size: 533 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" platforms :mri_18 do gem "ruby-debug" end platforms :mri_19 do gem "ruby-debug19" end end
Version data entries
21 entries across 21 versions & 2 rubygems