Require Bunny 0.10.8

This commit is contained in:
Michael Klishin 2013-10-06 17:32:18 +04:00
parent 1d1390725e
commit b4f0219e8f

View File

@ -114,7 +114,7 @@ GEM?=gem1.9.1
TOPDIR:=$(PWD)
ruby/.ok:
(cd ruby && \
GEM_HOME=gems/gems RUBYLIB=gems/lib $(GEM) install bunny --version ">= 0.10.0" --no-ri --no-rdoc && \
GEM_HOME=gems/gems RUBYLIB=gems/lib $(GEM) install bunny --version ">= 0.10.8" --no-ri --no-rdoc && \
touch .ok)
clean::
(cd ruby && \