Gemfile in vagrant-conoha-0.1.5 vs Gemfile in vagrant-conoha-0.1.6

- old
+ new

@@ -1,10 +1,10 @@ source 'https://rubygems.org' gemspec group :development do - gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.6.5' + gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.8.1' gem 'appraisal', '1.0.0' gem 'rubocop', '0.29.0', require: false gem 'coveralls', require: false gem 'rspec-its' end