Gemfile in vagrant-rackspace-0.1.4 vs Gemfile in vagrant-rackspace-0.1.5

- old
+ new

@@ -1,11 +1,14 @@ source 'https://rubygems.org' gemspec +gem "appraisal", "1.0.0.beta2" +gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git" + group :development do # We depend on Vagrant for development, but we don't add it as a # gem dependency because we expect to be installed within the # Vagrant environment itself using `vagrant plugin`. - gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git" gem 'coveralls', require: false end +