Remove all the virtualbox shenanigans in the Gemfile
This commit is contained in:
parent
4093e79027
commit
85e16f981c
14
Gemfile
14
Gemfile
|
@ -1,17 +1,3 @@
|
||||||
require "rbconfig"
|
|
||||||
platform = RbConfig::CONFIG["host_os"].downcase
|
|
||||||
|
|
||||||
source "http://rubygems.org"
|
source "http://rubygems.org"
|
||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
# Use the following gems straight from git, since Vagrant dev
|
|
||||||
# typically coincides with it
|
|
||||||
gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git"
|
|
||||||
|
|
||||||
if platform.include?("mingw") || platform.include?("mswin")
|
|
||||||
# JRuby requires these gems for development, but only
|
|
||||||
# on windows.
|
|
||||||
gem "jruby-openssl", "~> 0.7.4", :platforms => :jruby
|
|
||||||
gem "jruby-win32ole", "~> 0.8.5", :platforms => :jruby
|
|
||||||
end
|
|
||||||
|
|
Loading…
Reference in New Issue