Lock virtualbox dep in Gemfile to 0.8.x ref
This commit is contained in:
parent
b99ed64632
commit
5276256b3e
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ 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"
|
||||
gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git", :ref => "038729cd89a15111106404726b75a1d463edc892"
|
||||
|
||||
# Gems required for testing only. To install run
|
||||
# gem bundle test
|
||||
|
|
Loading…
Reference in New Issue