fixing broken cabin dep

This commit is contained in:
John E. Vincent 2012-02-06 13:07:03 -05:00
parent a291dab1ef
commit 27b56e0650
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ def jruby?
return RUBY_ENGINE == "jruby"
end
gem "cabin", "0.2.2" # for logging. apache 2 license
gem "cabin", "0.2.3" # for logging. apache 2 license
gem "bunny" # for amqp support, MIT-style license
gem "uuidtools" # for naming amqp queues, License ???

View file

@ -5,7 +5,7 @@ GEM
bouncy-castle-java (1.5.0146.1)
bson (1.5.2-java)
bunny (0.7.8)
cabin (0.2.2)
cabin (0.2.3)
json
childprocess (0.3.0)
ffi (~> 1.0.6)
@ -53,7 +53,7 @@ PLATFORMS
DEPENDENCIES
awesome_print
bunny
cabin (= 0.2.2)
cabin (= 0.2.3)
ffi
ffi-rzmq (= 0.9.0)
filewatch (= 0.3.3)