diff --git a/.travis.yml b/.travis.yml index edff0d0187..c73d7cd506 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: ruby rvm: + - 2.1.3 - 2.1.1 - 2.0.0 env: diff --git a/Gemfile b/Gemfile index ae5d69e6f4..cdcf87be2e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' if ENV["HEROKU"] - ruby '2.0.0' + ruby '2.1.3' gem "pg" gem "thin" # Change this to another web server if you want (ie. unicorn, passenger, puma...)