There was an error while loading. Please reload this page.
1 parent 2afb142 commit 4176b65Copy full SHA for 4176b65
Makefile
@@ -114,7 +114,7 @@ GEM?=gem1.9.1
114
TOPDIR:=$(PWD)
115
ruby/.ok:
116
(cd ruby && \
117
-GEM_HOME=gems/gems RUBYLIB=gems/lib $(GEM) install bunny --version ">= 1.4.0" --no-ri --no-rdoc && \
+GEM_HOME=gems/gems RUBYLIB=gems/lib $(GEM) install bunny --version ">= 1.6.3" --no-ri --no-rdoc && \
118
touch .ok)
119
clean::
120
0 commit comments