logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 0611209141d1dd446fcf2345084cef00538f6ee7
parent: da302a43cddff2ffef145289eda3f69cc8c2ebf0
Author: Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Date:   Sun, 16 Apr 2017 21:57:30 +0900

Relax Ruby version requirement (#1901)


Diffstat:

M.travis.yml1+
MGemfile2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -14,6 +14,7 @@ addons: postgresql: 9.4 rvm: + - 2.3.4 - 2.4.1 services: diff --git a/Gemfile b/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'