We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2490f commit 60e153fCopy full SHA for 60e153f
README.adoc
@@ -398,12 +398,11 @@ option to `false`:
398
399
== Development
400
401
-The use of https://rvm.io[RVM] is recommended. Verified to work with
402
-ruby 2.0.0p648.
+The use of https://rvm.io[RVM] is recommended. Verified to work with ruby-2.2.10.
403
404
....
405
-rvm install 2.0
406
-rvm use 2.0
+rvm install 2.2
+rvm use 2.2
407
408
409
To install a development environment, clone the repo and prepare
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.2'
+ VERSION = '1.3.3'
5
end
6
0 commit comments