Point to RubyGems string instead of symbol for Gemfile

This commit is contained in:
Mitchell Hashimoto 2010-06-06 19:51:53 -07:00
parent b56994d11d
commit 5188c7cf46
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
source :gemcutter
source "http://rubygems.org"
# Gems required for the lib to even run
gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git"