Relax Ruby version requirement (#1901)
This commit is contained in:
parent
da302a43cd
commit
0611209141
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ addons:
|
|||
postgresql: 9.4
|
||||
|
||||
rvm:
|
||||
- 2.3.4
|
||||
- 2.4.1
|
||||
|
||||
services:
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue