Skip to content

Commit

Permalink
update cabin to match jls-grok req, and re-gen Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
fetep committed Dec 20, 2011
1 parent 5cc1fe7 commit 2bae049
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.1.3" # for logging. apache 2 license
gem "cabin", "0.1.7" # for logging. apache 2 license
gem "bunny" # for amqp support, MIT-style license
gem "uuidtools" # for naming amqp queues, License ???
gem "filewatch", "0.3.0" # for file tailing, BSD License
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GEM
bson (1.4.0)
bson (1.4.0-java)
bunny (0.7.8)
cabin (0.1.3)
cabin (0.1.7)
json
columnize (0.3.4)
ffi-rzmq (0.9.0)
Expand All @@ -16,13 +16,13 @@ GEM
gelfd (0.2.0)
gmetric (0.1.3)
haml (3.1.3)
jls-grok (0.9.2)
cabin
jls-grok (0.9.4)
cabin (= 0.1.7)
jruby-elasticsearch (0.0.11)
jruby-openssl (0.7.4)
bouncy-castle-java
json (1.6.1)
json (1.6.1-java)
json (1.6.3)
json (1.6.3-java)
linecache (0.46)
rbx-require-relative (> 0.0.4)
metaclass (0.0.1)
Expand Down Expand Up @@ -62,14 +62,14 @@ PLATFORMS
DEPENDENCIES
awesome_print
bunny
cabin (= 0.1.3)
cabin (= 0.1.7)
ffi-rzmq (= 0.9.0)
filewatch (= 0.3.0)
gelf
gelfd (= 0.2.0)
gmetric (= 0.1.3)
haml
jls-grok (= 0.9.2)
jls-grok (= 0.9.4)
jruby-elasticsearch (= 0.0.11)
jruby-openssl
json
Expand Down

0 comments on commit 2bae049

Please sign in to comment.