diff --git a/.ruby-version b/.ruby-version index b1b25a5f..bda8fbec 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2.2 +2.2.6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ae9aec..ce8364b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +30.01.2017 + +* Ruby version updated to 2.2.6 + 14.07.2016 * custom log entry logged on warn loglevel diff --git a/README.md b/README.md index 6f5facab..56c391c2 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ Rest whois is based on Rails 4 Manual demo install: - git clone git@github.com:domify/rest-whois.git + git clone https://github.com/internetee/rest-whois/ cd rest-whois - rbenv local 2.2.1 - bundle + rbenv local 2.2.6 + bundle install cp config/application-example.yml config/application.yml # and edit it cp config/database-example.yml config/database.yml # and edit it bundle exec rake db:setup # for production, please follow deployment howto