From d479cdacdfefa88054a9de856405564bf342e69c Mon Sep 17 00:00:00 2001 From: Sean Grove Date: Fri, 30 Mar 2012 16:00:36 -0700 Subject: [PATCH] Use new _bushido-faye gem as possible fix for http 1.1 protocol spec compliance --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 646d37a8..2855ae0c 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'bushido' # Server/transport gems gem 'thin' -gem 'bushido-faye' +gem '_bushido-faye' # Helper gems gem 'kaminari' diff --git a/Gemfile.lock b/Gemfile.lock index d84f1b3d..7e587e51 100644 --- a/Gemfile.lock +++ b/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) @@ -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) @@ -196,10 +196,10 @@ PLATFORMS ruby DEPENDENCIES + _bushido-faye aws-sdk bourbon bushido - bushido-faye coffee-rails (~> 3.2.1) devise devise_bushido_authenticatable