Browse Source

Relax Ruby version requirement (#1901)

closed-social-glitch-2
Akihiko Odaki 7 years ago
committed by Eugen
parent
commit
0611209141
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      .travis.yml
  2. +1
    -1
      Gemfile

+ 1
- 0
.travis.yml View File

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

+ 1
- 1
Gemfile 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'

Loading…
Cancel
Save