Relax Ruby version requirement (#1901)

This commit is contained in:
Akihiko Odaki 2017-04-16 21:57:30 +09:00 committed by Eugen
parent da302a43cd
commit 0611209141
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ addons:
postgresql: 9.4
rvm:
- 2.3.4
- 2.4.1
services:

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true
source 'https://rubygems.org'
ruby '2.4.1'
ruby '>= 2.3.0', '< 2.5.0'
gem 'pkg-config'