summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Cuello2019-01-12 20:57:34 +0000
committerFederico Cuello2019-01-12 20:58:35 +0000
commitfbe7177f8e43e02483f5e30fc7d9da597ac9893e (patch)
tree282e6202f73f89888628080b542146883cb411e4
parentae44e1bea35a2f44611e8cc9196cbc6d96d9d74b (diff)
downloadaur-fbe7177f8e43e02483f5e30fc7d9da597ac9893e.tar.gz
redmine: Update required ruby version to 2.2.2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5330339818e..f3d6e54c38e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = redmine
url = https://www.redmine.org
arch = any
license = GPL2
- depends = ruby>=1.9.3
+ depends = ruby>=2.2.2
optdepends = rvm: a command line tool to easily manage multiple Ruby environments
optdepends = rbenv: another command line tool to easily manage multiple Ruby environments
optdepends = apache: a supported application server
diff --git a/PKGBUILD b/PKGBUILD
index d7f6245358b2..7f14b83f2e90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://www.redmine.org"
license=('GPL2')
#makedepends=('glibc' 'dialog')
-depends=('ruby>=1.9.3')
+depends=('ruby>=2.2.2')
optdepends=('rvm: a command line tool to easily manage multiple Ruby environments'
'rbenv: another command line tool to easily manage multiple Ruby environments'
'apache: a supported application server'