Skip to content
Snippets Groups Projects
Commit 06112091 authored by Akihiko Odaki's avatar Akihiko Odaki Committed by Eugen
Browse files

Relax Ruby version requirement (#1901)

parent da302a43
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ addons:
postgresql: 9.4
rvm:
- 2.3.4
- 2.4.1
services:
......
# frozen_string_literal: true
source 'https://rubygems.org'
ruby '2.4.1'
ruby '>= 2.3.0', '< 2.5.0'
gem 'pkg-config'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment