Ruby 2.1.6 is no longer supported on Heroku

This commit is contained in:
Konstantin Haase 2015-12-16 15:10:03 +01:00 committed by carlad
parent 8c3c4fe935
commit 416fcf2d4b

View File

@ -1,7 +1,7 @@
source 'https://rubygems.org'
gemspec
ruby '2.1.6' if ENV.key?('DYNO')
ruby '2.1.7' if ENV.key?('DYNO')
gem 's3', github: 'travis-ci/s3'