Skip to content

Commit

Permalink
- disable stompserver for now since we don't run that test anymore (due
Browse files Browse the repository at this point in the history
  to STOMP/timer issues in jruby)
  • Loading branch information
jordansissel committed Aug 28, 2011
1 parent d2310c9 commit 447f5be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ gem "xmpp4r", "~> 0.5" # outputs/xmpp, # License: As-Is

# For testing/dev
group :development do
gem "stompserver"
#gem "stompserver"
#gem "spoon"
end
25 changes: 7 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,31 @@ GEM
specs:
awesome_print (0.4.0)
bson (1.3.1-java)
bunny (0.6.0)
daemons (1.1.3)
eventmachine (0.12.10-java)
bunny (0.7.4)
ffi (1.0.9-java)
filewatch (0.2.5)
ffi
gelf (1.1.3)
json
gmetric (0.1.3)
haml (3.1.2)
hoe (2.9.4)
rake (>= 0.8.7)
jls-grok (0.4.7)
ffi (>= 0.6.3)
jruby-elasticsearch (0.0.10)
json (1.5.1-java)
json (1.5.3-java)
mizuno (0.4.0)
rack (>= 1.0.0)
mongo (1.3.1)
bson (>= 1.3.1)
rack (1.3.0)
rake (0.9.2)
redis (2.2.1)
sass (3.1.3)
rack (1.3.2)
redis (2.2.2)
sass (3.1.7)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
statsd-ruby (0.3.0)
stomp (1.1.8)
stompserver (0.9.9)
daemons (>= 1.0.2)
eventmachine (>= 0.7.2)
hoe (>= 1.1.1)
hoe (>= 1.3.0)
tilt (1.3.2)
stomp (1.1.9)
tilt (1.3.3)
uuidtools (2.1.2)
xmpp4r (0.5)

Expand All @@ -62,6 +52,5 @@ DEPENDENCIES
sinatra
statsd-ruby (~> 0.3.0)
stomp
stompserver
uuidtools
xmpp4r (~> 0.5)

0 comments on commit 447f5be

Please sign in to comment.