Skip to content

Commit

Permalink
Provision Bunny 1.0.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 4, 2013
1 parent be85d7d commit e0aa03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit e0aa03a

Please sign in to comment.