Gemfile in nugrant-2.0.0.pre2 vs Gemfile in nugrant-2.0.0.rc1

- old
+ new

@@ -1,14 +1,12 @@ source 'https://rubygems.org' group :development do - gem "rake", "~> 10.1" - gem "minitest", "~> 5.2" + gem "rake", "~> 10.3" + gem "minitest", "~> 5.3" gem "minitest-reporters", "~> 1.0" - gem "win32console", :platforms => ['mswin', 'mingw', :'x64_mingw'] - - gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git", :tag => "v1.5.1" + gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git", :tag => "v1.6.2" end group :plugins do gem "nugrant", path: "." end