jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

.ruby-version doesn't match the documentation #1043

Closed Wenzel closed 9 years ago

Wenzel commented 9 years ago

Hi your .ruby-version ask to use ruby-1.9.3-p547

But at the same time, in your documentation your have written IMPORTANT: Currently supported versions of ruby: 2.2.0

Did you forget to update the .ruby-version file ?

mpapis commented 9 years ago

the documentation is to strict, all ruby versions should work but the current ruby version is 2.2.1 ... can you open a pull request to change the .ruby-version to 2.2.1 and the docs:

Currently supported versions of ruby: 1.9.3+
IMPORTANT: for best results always use latest ruby
mpapis commented 9 years ago

fixed in #1045