We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8e81c commit 641ce84Copy full SHA for 641ce84
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 ">= 0.9.4" --no-ri --no-rdoc && \
+ GEM_HOME=gems/gems RUBYLIB=gems/lib $(GEM) install bunny --version ">= 0.10.0" --no-ri --no-rdoc && \
118
touch .ok)
119
clean::
120
0 commit comments