From e0aa03a1adb87c87f57a47c8b23208ceddcd3d2e Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Tue, 5 Nov 2013 02:10:31 +0400 Subject: [PATCH] Provision Bunny 1.0.0+ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 142a3854..00ee60c5 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 ">= 0.10.8" --no-ri --no-rdoc && \ + GEM_HOME=gems/gems RUBYLIB=gems/lib $(GEM) install bunny --version ">= 1.0.0" --no-ri --no-rdoc && \ touch .ok) clean:: (cd ruby && \