Commit ef5aa5ec5ed3f031cce690ff6c57c965c180907b

Authored by Diego de Araújo Martinez Camarinha
2 parents a5ed59e1 a0ab7928

Merge pull request #315 from mezuro/update_ruby

Update to Ruby 2.3.0
1 -2.2.3 1 +2.3.0
1 language: ruby 1 language: ruby
2 rvm: 2 rvm:
3 - - 2.2.3 3 + - 2.3.0
4 addons: 4 addons:
5 postgresql: "9.3" 5 postgresql: "9.3"
6 6
CHANGELOG.rdoc
@@ -4,6 +4,8 @@ Prezento is the web interface for Mezuro. @@ -4,6 +4,8 @@ Prezento is the web interface for Mezuro.
4 4
5 == Unreleased 5 == Unreleased
6 6
  7 +Set development Ruby version to 2.3.0
  8 +
7 == v0.11.1 - 26/02/2016 9 == v0.11.1 - 26/02/2016
8 10
9 Fix default database.yml to avoid encoding conflicts in PostgreSQL 11 Fix default database.yml to avoid encoding conflicts in PostgreSQL
@@ -39,7 +39,7 @@ Please, have a look the wiki pages about development workflow and code standards @@ -39,7 +39,7 @@ Please, have a look the wiki pages about development workflow and code standards
39 39
40 * Ruby version 40 * Ruby version
41 41
42 - 2.2.3 42 + 2.3.0
43 43
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 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