Gemfile in vagrant-rackspace-0.1.7 vs Gemfile in vagrant-rackspace-0.1.8

- old
+ new

@@ -1,15 +1,19 @@ source 'https://rubygems.org' -gemspec +group :plugins do + gemspec + gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant' +end + gem "appraisal", "1.0.0.beta2" -gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => "v1.4.3" 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 'coveralls', require: false gem 'pry' end + \ No newline at end of file