diff --git a/Gemfile b/Gemfile index a2fbe46a9..1022da98f 100644 --- a/Gemfile +++ b/Gemfile @@ -16,12 +16,4 @@ group :test do # For documentation gem "yard", "~> 0.6.1" gem "bluecloth" - - platforms :mri_18 do - gem "ruby-debug" - end - - platforms :mri_19 do - gem "ruby-debug19" - end end diff --git a/vagrant.gemspec b/vagrant.gemspec index 6b3ac34bf..9d2187706 100644 --- a/vagrant.gemspec +++ b/vagrant.gemspec @@ -1,4 +1,5 @@ -require File.expand_path("../lib/vagrant/version", __FILE__) +$:.unshift File.expand_path("../lib", __FILE__) +require "vagrant/version" Gem::Specification.new do |s| s.name = "vagrant"