We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e153f commit d4b6d87Copy full SHA for d4b6d87
Gemfile
@@ -17,7 +17,7 @@ group :development do
17
gem 'mechanize'
18
19
# build tool
20
- gem 'rake', '10.4.2'
+ gem 'rake'
21
gem 'yard'
22
23
# virtualization providers (for testing)
lib/vagrant-registration/version.rb
@@ -1,6 +1,6 @@
1
module VagrantPlugins
2
# Registration plugin to auto-register guests on `vagrant up`
3
module Registration
4
- VERSION = '1.3.3'
+ VERSION = '1.3.4'
5
end
6
0 commit comments