aboutsummaryrefslogtreecommitdiffstats
path: root/main/ruby-bundler
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-08-09 17:45:56 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-08-09 17:46:45 +0200
commitd76cafc1b58d50688d04e15ff1d5be1885ccfd4a (patch)
tree170eec9fe021eed20fb6822fa1640986ced62e5b /main/ruby-bundler
parent839ada29562d81eef409249da4ef28ea35ed3d47 (diff)
downloadaports-d76cafc1b58d50688d04e15ff1d5be1885ccfd4a.tar.bz2
aports-d76cafc1b58d50688d04e15ff1d5be1885ccfd4a.tar.xz
main/ruby-bundler: fix missing dependency on ruby-etc
Fixes #9216 <https://bugs.alpinelinux.org/issues/9216>
Diffstat (limited to 'main/ruby-bundler')
-rw-r--r--main/ruby-bundler/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ruby-bundler/APKBUILD b/main/ruby-bundler/APKBUILD
index f4b6339254..c3dfd24c85 100644
--- a/main/ruby-bundler/APKBUILD
+++ b/main/ruby-bundler/APKBUILD
@@ -2,12 +2,12 @@
_gemname=bundler
pkgname=ruby-$_gemname
pkgver=1.16.3
-pkgrel=0
+pkgrel=1
pkgdesc="Manage an application's gem dependencies"
url="https://bundler.io/"
arch="noarch"
license="MIT"
-depends="ruby ruby-io-console"
+depends="ruby ruby-etc ruby-io-console"
subpackages="$pkgname-doc"
source="https://rubygems.org/downloads/$_gemname-$pkgver.gem"
builddir="$srcdir/$_gemname-$pkgver"