aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-04-18 19:02:24 -0700
committerAdam Vandenberg2012-04-18 19:02:24 -0700
commitbf3dfa998dc20834f60f281cbc8a7a48f88a3976 (patch)
tree7554d24852e9590112f839adf36ac2680b0e1a4a /Library
parente18b02f1e9413fe48abadd4b9e301ccfeb86fa8d (diff)
downloadhomebrew-bf3dfa998dc20834f60f281cbc8a7a48f88a3976.tar.bz2
ruby: add gdbm dependency
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ruby.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index fc128eb5d..b8fbb96b4 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -7,6 +7,7 @@ class Ruby < Formula
sha256 '8b3c035cf4f0ad6420f447d6a48e8817e5384d0504514939aeb156e251d44cce'
depends_on 'readline'
+ depends_on 'gdbm'
depends_on 'libyaml'
fails_with :llvm do