Commit a0ab7928d629b3c292029f8808521ebc40ff7021

Authored by Rafael Reggiani Manzo
1 parent a5ed59e1

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).
.ruby-version
1   -2.2.3
  1 +2.3.0
... ...
.travis.yml
1 1 language: ruby
2 2 rvm:
3   - - 2.2.3
  3 + - 2.3.0
4 4 addons:
5 5 postgresql: "9.3"
6 6  
... ...
CHANGELOG.rdoc
... ... @@ -4,6 +4,8 @@ Prezento is the web interface for Mezuro.
4 4  
5 5 == Unreleased
6 6  
  7 +Set development Ruby version to 2.3.0
  8 +
7 9 == v0.11.1 - 26/02/2016
8 10  
9 11 Fix default database.yml to avoid encoding conflicts in PostgreSQL
... ...
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  
... ...