Skip to content

Commit 748cd54

Browse files
tricknotesstevecrozz
authored andcommitted
Use Ruby 2.3.3 by default
1 parent dafb6ae commit 748cd54

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

β€Ž.travis.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: ruby
22
rvm:
33
- 2.1
44
- 2.2.6
5-
- 2.3.1
5+
- 2.3.3
66
- ruby-head
77
- jruby-head
88
env:

β€Žapp.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
},

β€Ždocs/deployment/dokku.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dokku plugin:install https://github.com/dokku/dokku-mongo.git mongo
1111
dokku mongo:create errbit errbit
1212
dokku mongo:link errbit errbit
1313
dokku 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
1515
dokku config:set errbit SECRET_KEY_BASE="$(bundle exec rake secret)"
1616
dokku config:set errbit ERRBIT_HOST=some-hostname.example.com
1717
dokku config:set errbit ERRBIT_EMAIL_FROM=example@example.com

β€Ždocs/deployment/heroku.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ git commit -m "Update db/seeds.rb with initial login"
3636
heroku apps:create
3737
heroku addons:create mongolab:sandbox
3838
heroku addons:create sendgrid:starter
39-
heroku config:set GEMFILE_RUBY_VERSION=2.3.1
39+
heroku config:set GEMFILE_RUBY_VERSION=2.3.3
4040
heroku config:set SECRET_KEY_BASE="$(bundle exec rake secret)"
4141
heroku config:set ERRBIT_HOST=some-hostname.example.com
4242
heroku config:set ERRBIT_EMAIL_FROM=example@example.com

0 commit comments

Comments
 (0)