Gemfile in vagrant-rimu-0.0.5 vs Gemfile in vagrant-rimu-0.0.6
- old
+ new
@@ -14,12 +14,12 @@
gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git',
tag: ENV['VAGRANT_VERSION']
else
gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git'
end
- gem 'rubocop', '~> 0.29.0', :require => false
+ gem 'rubocop', '~> 0.49.0', :require => false
end
group :plugins do
- gem 'bundler', '>= 1.5.2', '< 1.8.0'
+ gem 'bundler', '1.7.9'
gem 'vagrant-rimu', :path => '.'
end