Point to RubyGems string instead of symbol for Gemfile
This commit is contained in:
parent
b56994d11d
commit
5188c7cf46
2
Gemfile
2
Gemfile
|
@ -1,4 +1,4 @@
|
||||||
source :gemcutter
|
source "http://rubygems.org"
|
||||||
|
|
||||||
# Gems required for the lib to even run
|
# Gems required for the lib to even run
|
||||||
gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git"
|
gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git"
|
||||||
|
|
Loading…
Reference in New Issue