Gemfile in vagrant-rackspace-0.1.6 vs Gemfile in vagrant-rackspace-0.1.7

- old
+ new

@@ -1,14 +1,15 @@ source 'https://rubygems.org' gemspec gem "appraisal", "1.0.0.beta2" -gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git" +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