aboutsummaryrefslogtreecommitdiffstats
path: root/main/ruby-activesupport4.2
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2015-07-08 12:22:27 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2015-07-08 12:22:42 +0300
commitd18e2412fa0fa1ac7ed0f4b9d9836e1f87444cb9 (patch)
tree55a117906f32b6ac355ffdc9c14a34bdd15ee4eb /main/ruby-activesupport4.2
parent3cb5210cdac46fb8805d4028df16f5889f393a09 (diff)
downloadaports-d18e2412fa0fa1ac7ed0f4b9d9836e1f87444cb9.tar.bz2
aports-d18e2412fa0fa1ac7ed0f4b9d9836e1f87444cb9.tar.xz
main/ruby-activesupport4.2: add missing dependency
Diffstat (limited to 'main/ruby-activesupport4.2')
-rw-r--r--main/ruby-activesupport4.2/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/ruby-activesupport4.2/APKBUILD b/main/ruby-activesupport4.2/APKBUILD
index 5af83e4b42..5fed2f6749 100644
--- a/main/ruby-activesupport4.2/APKBUILD
+++ b/main/ruby-activesupport4.2/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ruby-activesupport4.2
_gemname=activesupport
pkgver=4.2.1
-pkgrel=0
+pkgrel=1
pkgdesc="Utility classes and extension to the standard library"
url="http://rubygems.org/gems/activesupport"
arch="noarch"
@@ -11,6 +11,7 @@ license="GPL"
depends="ruby
ruby-i18n
ruby-json
+ ruby-minitest
ruby-thread_safe
ruby-tzinfo
"