aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ruby.rb')
-rw-r--r--Library/Formula/ruby.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index 89dbe24b2..110d8a53d 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -18,6 +18,8 @@ class Ruby < Formula
depends_on 'pkg-config' => :build
depends_on 'readline' => :recommended
depends_on 'gdbm' => :optional
+ depends_on 'gmp' => :optional
+ depends_on 'libffi' => :optional
depends_on 'libyaml'
depends_on 'openssl'
depends_on :x11 if build.with? 'tcltk'