Gemfile in vagrant-guests-clearlinux-1.0.7 vs Gemfile in vagrant-guests-clearlinux-1.0.8

- old
+ new

@@ -4,8 +4,8 @@ # Specify your gem's dependencies in vagrant-guests-clearlinux.gemspec gemspec group :development do - gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git' + gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git', :tag => 'v2.0.3' gem 'coveralls', require: false end