Commit ef5aa5ec5ed3f031cce690ff6c57c965c180907b
Exists in
colab
and in
4 other branches
Merge pull request #315 from mezuro/update_ruby
Update to Ruby 2.3.0
Showing
4 changed files
with
5 additions
and
3 deletions
Show diff stats
.ruby-version
.travis.yml
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 |
README.rdoc
@@ -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 |