Sha256: c33ecebb768e8530f49b35041ef7bbf53f6db133bbf746ec4446a1ac7dd23649
Contents?: true
Size: 519 Bytes
Versions: 7
Compression:
Stored size: 519 Bytes
Contents
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
Version data entries
7 entries across 7 versions & 2 rubygems
Version | Path |
---|---|
vagrantup-0.8.9 | Gemfile |
vagrantup-0.8.8 | Gemfile |
vagrantup-0.8.7 | Gemfile |
vagrantup-0.8.10 | Gemfile |
vagrant-0.8.10 | Gemfile |
vagrant-0.8.8 | Gemfile |
vagrant-0.8.7 | Gemfile |