Skip to content

Commit

Permalink
Merge pull request #28 from internetee/staging
Browse files Browse the repository at this point in the history
Ruby update
  • Loading branch information
teadur authored Jan 30, 2017
2 parents c57c4d8 + 15c2204 commit 3ad55e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.2
2.2.6
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
30.01.2017

* Ruby version updated to 2.2.6

14.07.2016

* custom log entry logged on warn loglevel
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ad55e8

Please sign in to comment.