diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/ruby-activesupport4.2/APKBUILD | 3 |
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 " |