Browse Source

updated Gemfile to account for eventmachine

Paul Klumpp 12 years ago
parent
commit
89d3a3718b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gemfile

+ 1 - 1
Gemfile

@@ -1,5 +1,5 @@
 source 'https://rubygems.org'
 source 'https://rubygems.org'
 
 
 gem 'stomp'
 gem 'stomp'
-
+gem 'eventmachine'