Skip to content

Commit 64d7515

Browse files
majekJakub Stastny aka botanicus
authored and
Jakub Stastny aka botanicus
committed
Amqp gem must be at least 0.8.0.rc12
1 parent 1bbec48 commit 64d7515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To run this code you need [amqp gem](http://bit.ly/itcpVv) version 0.8
99
(currently available as a prerelease version). This code won't work
1010
with earlier versions! You can install it via RubyGems thusly:
1111

12-
gem install amqp --pre
12+
gem install amqp --pre --version "~> 0.8.0.rc12"
1313

1414
## Code
1515

0 commit comments

Comments
 (0)