updating Gemfile.lock

This commit is contained in:
John E. Vincent 2012-03-20 21:32:30 -04:00
parent b6959624bc
commit aaa1b8f354

View file

@ -1,6 +1,8 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
addressable (2.2.7)
beefcake (0.3.7)
bouncy-castle-java (1.5.0146.1) bouncy-castle-java (1.5.0146.1)
bson (1.5.2) bson (1.5.2)
bson (1.5.2-java) bson (1.5.2-java)
@ -19,6 +21,11 @@ GEM
gelfd (0.2.0) gelfd (0.2.0)
gmetric (0.1.3) gmetric (0.1.3)
haml (3.1.4) haml (3.1.4)
heroku (2.21.2)
launchy (>= 0.3.2)
rest-client (~> 1.6.1)
rubyzip
term-ansicolor (~> 1.0.5)
jls-grok (0.10.6) jls-grok (0.10.6)
cabin (~> 0.4.0) cabin (~> 0.4.0)
jruby-elasticsearch (0.0.11) jruby-elasticsearch (0.0.11)
@ -26,6 +33,13 @@ GEM
bouncy-castle-java (>= 1.5.0146.1) bouncy-castle-java (>= 1.5.0146.1)
json (1.6.5) json (1.6.5)
json (1.6.5-java) json (1.6.5-java)
launchy (2.0.5)
addressable (~> 2.2.6)
launchy (2.0.5-java)
addressable (~> 2.2.6)
ffi (~> 1.0.9)
spoon (~> 0.0.1)
mime-types (1.17.2)
minitest (2.11.1) minitest (2.11.1)
mizuno (0.5.0) mizuno (0.5.0)
childprocess (>= 0.2.6) childprocess (>= 0.2.6)
@ -34,18 +48,29 @@ GEM
rack (>= 1.0.0) rack (>= 1.0.0)
mongo (1.5.2) mongo (1.5.2)
bson (= 1.5.2) bson (= 1.5.2)
mtrc (0.0.4)
rack (1.4.1) rack (1.4.1)
rack-protection (1.2.0) rack-protection (1.2.0)
rack rack
redis (2.2.2) redis (2.2.2)
rest-client (1.6.7)
mime-types (>= 1.16)
riemann-client (0.0.6)
beefcake (>= 0.3.5)
mtrc (>= 0.0.4)
trollop (>= 1.16.2)
rubyzip (0.9.6.1)
sass (3.1.14) sass (3.1.14)
sinatra (1.3.2) sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6) rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2) rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3) tilt (~> 1.3, >= 1.3.3)
spoon (0.0.1)
statsd-ruby (0.3.0) statsd-ruby (0.3.0)
stomp (1.2.0) stomp (1.2.0)
term-ansicolor (1.0.7)
tilt (1.3.3) tilt (1.3.3)
trollop (1.16.2)
uuidtools (2.1.2) uuidtools (2.1.2)
xmpp4r (0.5) xmpp4r (0.5)
@ -63,6 +88,7 @@ DEPENDENCIES
gelfd (= 0.2.0) gelfd (= 0.2.0)
gmetric (= 0.1.3) gmetric (= 0.1.3)
haml haml
heroku
jls-grok (= 0.10.6) jls-grok (= 0.10.6)
jruby-elasticsearch (= 0.0.11) jruby-elasticsearch (= 0.0.11)
jruby-openssl jruby-openssl
@ -72,6 +98,7 @@ DEPENDENCIES
mongo mongo
rack rack
redis redis
riemann-client (= 0.0.6)
sass sass
sinatra sinatra
statsd-ruby (= 0.3.0) statsd-ruby (= 0.3.0)