Gemfile in vagrant-vm-info-0.0.4 vs Gemfile in vagrant-vm-info-0.0.5
- old
+ new
@@ -5,10 +5,10 @@
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" , :tag => 'v1.6.3'
+ gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => 'v1.6.3'
end
group :plugins do
gem "vagrant-vm-info", path: "."
end