aboutsummaryrefslogtreecommitdiffstats
path: root/main/ruby-activeresource/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/ruby-activeresource/APKBUILD')
-rw-r--r--main/ruby-activeresource/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ruby-activeresource/APKBUILD b/main/ruby-activeresource/APKBUILD
index fb4fdd9636..fd0b3ddeb3 100644
--- a/main/ruby-activeresource/APKBUILD
+++ b/main/ruby-activeresource/APKBUILD
@@ -3,12 +3,12 @@
_gemname=activeresource
pkgname=ruby-$_gemname
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="REST on Rails"
url="http://rubygems.org/gems/activeresource"
arch="noarch"
license="GPL"
-depends="ruby ruby-activemodel ruby-activesupport"
+depends="ruby ruby-activemodel ruby-activesupport ruby-rails-observers"
depends_dev=
makedepends="$depends_dev ruby"
install=""