File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: ruby
22rvm :
33 - 2.1
44 - 2.2.6
5- - 2.3.1
5+ - 2.3.3
66 - ruby-head
77 - jruby-head
88env :
Original file line number Diff line number Diff line change 55 "repository" : " https://github.com/errbit/errbit" ,
66 "env" : {
77 "ERRBIT_ENFORCE_SSL" : " true" ,
8- "GEMFILE_RUBY_VERSION" : " 2.3.1 " ,
8+ "GEMFILE_RUBY_VERSION" : " 2.3.3 " ,
99 "SECRET_KEY_BASE" : {
1010 "generator" : " secret"
1111 },
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
1111dokku mongo:create errbit errbit
1212dokku mongo:link errbit errbit
1313dokku config:set errbit HEROKU=1
14- dokku config:set errbit GEMFILE_RUBY_VERSION=2.3.1
14+ dokku config:set errbit GEMFILE_RUBY_VERSION=2.3.3
1515dokku config:set errbit SECRET_KEY_BASE=" $( bundle exec rake secret) "
1616dokku config:set errbit ERRBIT_HOST=some-hostname.example.com
1717dokku config:set errbit ERRBIT_EMAIL_FROM=example@example.com
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ git commit -m "Update db/seeds.rb with initial login"
3636heroku apps:create
3737heroku addons:create mongolab:sandbox
3838heroku addons:create sendgrid:starter
39- heroku config:set GEMFILE_RUBY_VERSION=2.3.1
39+ heroku config:set GEMFILE_RUBY_VERSION=2.3.3
4040heroku config:set SECRET_KEY_BASE=" $( bundle exec rake secret) "
4141heroku config:set ERRBIT_HOST=some-hostname.example.com
4242heroku config:set ERRBIT_EMAIL_FROM=example@example.com
You canβt perform that action at this time.
0 commit comments