Skip to content

Commit b6c7fe0

Browse files
author
Michael Klishin
committed
Make sure Bunny 0.9.x is installed
1 parent 437988b commit b6c7fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ GEM?=gem1.9.1
112112
TOPDIR:=$(PWD)
113113
ruby/.ok:
114114
(cd ruby && \
115-
GEM_HOME=gems/gems RUBYLIB=gems/lib $(GEM) install bunny --no-ri --no-rdoc && \
115+
GEM_HOME=gems/gems RUBYLIB=gems/lib $(GEM) install bunny --version ">= 0.9.4" --no-ri --no-rdoc && \
116116
touch .ok)
117117
clean::
118118
(cd ruby && \

0 commit comments

Comments
 (0)