Use Bunny 1.4.0+
This commit is contained in:
parent
5f16ed8973
commit
a66709934d
2
Makefile
2
Makefile
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user