Use .ruby-version file instead of ruby statement in Gemfile

This commit is contained in:
Igor Wiedler 2016-06-02 19:22:16 +02:00
parent 794e2d70af
commit bec9f35e69

View File

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