Use .ruby-version file instead of ruby statement in Gemfile
This commit is contained in:
parent
794e2d70af
commit
bec9f35e69
2
Gemfile
2
Gemfile
|
@ -1,8 +1,6 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
ruby '2.1.7' if ENV.key?('DYNO')
|
|
||||||
|
|
||||||
gem 's3', github: 'travis-ci/s3'
|
gem 's3', github: 'travis-ci/s3'
|
||||||
|
|
||||||
gem 'travis-core', github: 'travis-ci/travis-core'
|
gem 'travis-core', github: 'travis-ci/travis-core'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user