From 85e16f981c2e80cd62bc6925962f16a266eb0603 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 21 Dec 2011 23:30:45 -0800 Subject: [PATCH] Remove all the virtualbox shenanigans in the Gemfile --- Gemfile | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Gemfile b/Gemfile index 16246d7dabe..c80ee369705 100644 --- a/Gemfile +++ b/Gemfile @@ -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