Versions older than 2.4.x don't build with recent libssl
(because of all of the deprecated bits). Since we don't have
a strong preference on our ruby version, except to remain
reasonably up-to-date, let's just jump right into the 2.4.x
series.
This commit is contained in:
Jeff King 2017-10-31 15:18:10 -04:00
Родитель 5083f1cdae
Коммит 813155901e
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1 +1 @@
2.2.7
2.4.2

Просмотреть файл

@ -1,7 +1,7 @@
language: ruby
script: 'script/travis-ci'
rvm:
- 2.2.7
- 2.4.2
notifications:
email: false

Просмотреть файл

@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby "2.2.7"
ruby "2.4.2"
gem 'rails', '4.2.6'
gem 'rails_12factor', group: :production

Просмотреть файл

@ -304,7 +304,7 @@ DEPENDENCIES
yajl-ruby
RUBY VERSION
ruby 2.2.7p470
ruby 2.4.2p198
BUNDLED WITH
1.15.4