Skip to content

Commit

Permalink
fixing broken cabin dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lusis committed Feb 6, 2012
1 parent a291dab commit 27b56e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ???

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 27b56e0

Please sign in to comment.