Gemfile in nugrant-2.1.3 vs Gemfile in nugrant-2.1.4
- old
+ new
@@ -1,13 +1,13 @@
-source 'https://rubygems.org'
-
-group :development do
- gem "rake", "~> 10.3"
- gem "minitest", "~> 5.3"
- gem "minitest-reporters", "~> 1.0"
-
- gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git", :branch => "master"
-end
-
-group :plugins do
- gem "nugrant", path: "."
-end
+source 'https://rubygems.org'
+
+group :development do
+ gem "rake", "~> 10.3"
+ gem "minitest", "~> 5.3"
+ gem "minitest-reporters", "~> 1.0"
+
+ gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git", :branch => "master"
+end
+
+group :plugins do
+ gem "nugrant", path: "."
+end