Use Bunny 1.4.0+

This commit is contained in:
Michael Klishin 2014-08-04 03:01:35 +04:00
parent 5f16ed8973
commit a66709934d

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 ">= 1.2.1" --no-ri --no-rdoc && \
GEM_HOME=gems/gems RUBYLIB=gems/lib $(GEM) install bunny --version ">= 1.4.0" --no-ri --no-rdoc && \
touch .ok)
clean::
(cd ruby && \