Remove all the virtualbox shenanigans in the Gemfile

This commit is contained in:
Mitchell Hashimoto 2011-12-21 23:30:45 -08:00
parent 4093e79027
commit 85e16f981c
1 changed files with 0 additions and 14 deletions

14
Gemfile
View File

@ -1,17 +1,3 @@
require "rbconfig"
platform = RbConfig::CONFIG["host_os"].downcase
source "http://rubygems.org"
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