Ruby upgraded to 2.2.1

This commit is contained in:
Priit Tark 2015-03-16 12:25:21 +02:00
parent 9f9bffae57
commit 68d66a83ab
3 changed files with 6 additions and 2 deletions

View file

@ -1 +1 @@
2.2.0
2.2.1

View file

@ -1,3 +1,7 @@
16.03.2015
* ruby upgraded to version 2.2.1
27.02.2015
* Simplified config/application-example.yml,

View file

@ -30,7 +30,7 @@ Manual demo install and database setup:
cd /home/registry
git clone git@github.com:internetee/registry.git demo-registry
cd demo-registry
rbenv local 2.2.0
rbenv local 2.2.1
bundle
cp config/application-example.yml config/application.yml # and edit it
cp config/database-example.yml config/database.yml # and edit it