added ruby-debug to the gems packaged up to help with debugging

This commit is contained in:
Victor Ng 2011-10-20 10:01:20 -04:00
parent 886b47f290
commit ede9ded6c0
2 changed files with 14 additions and 2 deletions

View file

@ -32,6 +32,7 @@ gem "xmpp4r", "~> 0.5" # outputs/xmpp, # License: As-Is
gem "gelfd", "~> 0.1.0" #inputs/gelf, # License: Apache 2.0
gem "ffi-rzmq"
gem "ruby-debug"
# For testing/dev
group :development do

View file

@ -6,9 +6,10 @@ GEM
bson (1.4.0)
bson (1.4.0-java)
bunny (0.7.6)
ffi-rzmq (0.8.2)
cabin (0.1.3)
json
columnize (0.3.4)
ffi-rzmq (0.8.2)
filewatch (0.3.0)
gelf (1.1.3)
json
@ -21,6 +22,8 @@ GEM
bouncy-castle-java
json (1.6.1)
json (1.6.1-java)
linecache (0.46)
rbx-require-relative (> 0.0.4)
minitest (2.6.1)
mizuno (0.4.0)
rack (>= 1.0.0)
@ -30,7 +33,14 @@ GEM
rack-protection (1.1.4)
rack
rake (0.9.2)
rbx-require-relative (0.0.5)
redis (2.2.2)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
ruby-debug-base (0.10.4-java)
sass (3.1.10)
sinatra (1.3.1)
rack (~> 1.3, >= 1.3.4)
@ -49,8 +59,8 @@ PLATFORMS
DEPENDENCIES
awesome_print
bunny
ffi-rzmq
cabin (= 0.1.3)
ffi-rzmq
filewatch (~> 0.3.0)
gelf
gelfd (~> 0.1.0)
@ -66,6 +76,7 @@ DEPENDENCIES
rack
rake
redis
ruby-debug
sass
sinatra
statsd-ruby (~> 0.3.0)