Gemfile in nugrant-1.4.0 vs Gemfile in nugrant-1.4.1

- old
+ new

@@ -11,10 +11,10 @@ end, }, 'v2' => { 'home' => "~/.vagrant.d", 'gem' => Proc.new do - gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => "v1.3.5" + gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => "v1.4.0" end, }, } vagrant_plugin_version = ENV['VAGRANT_PLUGIN_VERSION'] || "v2"