Ruby 2.3.2 now supported on Heroku

Change effective on 15 November 2016

Ruby v2.3.2 is now available on Heroku. To run your app using this version of Ruby, add the following ruby directive to your Gemfile:

ruby "2.3.2"

Ruby 2.3.1 Deprecated

Following the updated Ruby Version Policy, there will be no additional patches to “2.3.1” hence Heroku will deprecate its support. Ruby 2.3.2 replaces 2.3.1 on the Heroku platform and you are recommended to upgrade your application to “2.3.2” for the most stable up-to-date version available.