diff --git a/Makefile b/Makefile index 2cf612c..4cb0324 100644 --- a/Makefile +++ b/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 && \