Skip to content

Commit

Permalink
Use new _bushido-faye gem as possible fix for http 1.1 protocol spec …
Browse files Browse the repository at this point in the history
…compliance
  • Loading branch information
sgrove committed Mar 30, 2012
1 parent d511cab commit d479cda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -11,7 +11,7 @@ gem 'bushido'

# Server/transport gems
gem 'thin'
gem 'bushido-faye'
gem '_bushido-faye'

# Helper gems
gem 'kaminari'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
@@ -1,6 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
_bushido-faye (0.8.1)
cookiejar (>= 0.3.0)
em-http-request (>= 0.3.0)
eventmachine (>= 0.12.0)
faye-websocket (>= 0.4.0)
rack (>= 1.0.0)
yajl-ruby (>= 1.0.0)
actionmailer (3.2.2)
actionpack (= 3.2.2)
mail (~> 2.4.0)
Expand Down Expand Up @@ -44,13 +51,6 @@ GEM
json (>= 1.4.6)
orm_adapter (~> 0.0.3)
rest-client (>= 1.6.1)
bushido-faye (0.8.1)
cookiejar (>= 0.3.0)
em-http-request (>= 0.3.0)
eventmachine (>= 0.12.0)
faye-websocket (>= 0.4.0)
rack (>= 1.0.0)
yajl-ruby (>= 1.0.0)
cocaine (0.2.1)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
Expand Down Expand Up @@ -196,10 +196,10 @@ PLATFORMS
ruby

DEPENDENCIES
_bushido-faye
aws-sdk
bourbon
bushido
bushido-faye
coffee-rails (~> 3.2.1)
devise
devise_bushido_authenticatable
Expand Down

0 comments on commit d479cda

Please sign in to comment.