forked from errbit/errbit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs errbit#1032 recommend Ruby 2.3.1
- Loading branch information
1 parent
634c2a7
commit c5b22f0
Showing
4 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ dokku plugin:install https://github.com/dokku/dokku-mongo.git mongo | |
dokku mongo:create errbit errbit | ||
dokku mongo:link errbit errbit | ||
dokku config:set errbit HEROKU=1 | ||
dokku config:set errbit GEMFILE_RUBY_VERSION=2.2.4 | ||
dokku config:set errbit GEMFILE_RUBY_VERSION=2.3.1 | ||
dokku config:set errbit SECRET_KEY_BASE="$(bundle exec rake secret)" | ||
dokku config:set errbit ERRBIT_HOST=some-hostname.example.com | ||
dokku config:set errbit [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ git commit -m "Update db/seeds.rb with initial login" | |
heroku apps:create | ||
heroku addons:create mongolab:sandbox | ||
heroku addons:create sendgrid:starter | ||
heroku config:set GEMFILE_RUBY_VERSION=2.2.4 | ||
heroku config:set GEMFILE_RUBY_VERSION=2.3.1 | ||
heroku config:set SECRET_KEY_BASE="$(bundle exec rake secret)" | ||
heroku config:set ERRBIT_HOST=some-hostname.example.com | ||
heroku config:set [email protected] | ||
|