Gemfile in vagrant-conoha-0.1.6 vs Gemfile in vagrant-conoha-0.1.7

- old
+ new

@@ -1,10 +1,13 @@ source 'https://rubygems.org' gemspec group :development do - gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.8.1' + gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.9.1' + # FIXME: Hack to allow Vagrant v1.6.5 to install for tests. Remove when + # support for 1.6.5 is dropped. + gem 'rack', '< 2' gem 'appraisal', '1.0.0' gem 'rubocop', '0.29.0', require: false gem 'coveralls', require: false gem 'rspec-its' end