Commit a0ab7928d629b3c292029f8808521ebc40ff7021
1 parent
a5ed59e1
Exists in
colab
and in
4 other branches
Update to Ruby 2.3.0
Since ArchLinux disabled SSLv2 support, Ruby 2.2.3 has got several issues already fixed for 2.3.0 (the current system version).
Showing
4 changed files
with
5 additions
and
3 deletions
Show diff stats
.ruby-version
.travis.yml
CHANGELOG.rdoc
README.rdoc
... | ... | @@ -39,7 +39,7 @@ Please, have a look the wiki pages about development workflow and code standards |
39 | 39 | |
40 | 40 | * Ruby version |
41 | 41 | |
42 | - 2.2.3 | |
42 | + 2.3.0 | |
43 | 43 | |
44 | 44 | You can easily install it through the Ruby Version Manager - RVM. Instructions on how to do it can be found at http://rvm.io |
45 | 45 | ... | ... |