mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 18:59:38 +02:00
Ruby upgraded to 2.2.1
This commit is contained in:
parent
9f9bffae57
commit
68d66a83ab
3 changed files with 6 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
2.2.0
|
2.2.1
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
16.03.2015
|
||||||
|
|
||||||
|
* ruby upgraded to version 2.2.1
|
||||||
|
|
||||||
27.02.2015
|
27.02.2015
|
||||||
|
|
||||||
* Simplified config/application-example.yml,
|
* Simplified config/application-example.yml,
|
||||||
|
|
|
@ -30,7 +30,7 @@ Manual demo install and database setup:
|
||||||
cd /home/registry
|
cd /home/registry
|
||||||
git clone git@github.com:internetee/registry.git demo-registry
|
git clone git@github.com:internetee/registry.git demo-registry
|
||||||
cd demo-registry
|
cd demo-registry
|
||||||
rbenv local 2.2.0
|
rbenv local 2.2.1
|
||||||
bundle
|
bundle
|
||||||
cp config/application-example.yml config/application.yml # and edit it
|
cp config/application-example.yml config/application.yml # and edit it
|
||||||
cp config/database-example.yml config/database.yml # and edit it
|
cp config/database-example.yml config/database.yml # and edit it
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue