8000 Bump Bunny to 1.1.0+ · diamondtech/rabbitmq-tutorials@50259bc · GitHub
[go: up one dir, main page]

< 8000 a href="#start-of-content" data-skip-target-assigned="false" class="px-2 py-4 color-bg-accent-emphasis color-fg-on-emphasis show-on-focus js-skip-to-content">Skip to content

Commit 50259bc

Browse files
author
Michael Klishin
committed
Bump Bunny to 1.1.0+
1 parent 0b7fb86 commit 50259bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ GEM?=gem1.9.1
114114
TOPDIR:=$(PWD)
115115
ruby/.ok:
116116
(cd ruby && \
117-
GEM_HOME=gems/gems RUBYLIB=gems/lib $(GEM) install bunny --version ">= 1.0.3" --no-ri --no-rdoc && \
117+
GEM_HOME=gems/gems RUBYLIB=gems/lib $(GEM) install bunny --version ">= 1.1.0" --no-ri --no-rdoc && \
118118
touch .ok)
119119
clean::
120120
(cd ruby && \

0 commit comments

Comments
 (0)
0