fixed #903
This commit is contained in:
parent
3d0831f2b2
commit
ae0595bca8
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -36,7 +36,7 @@ gem 'addressable', '2.2.2', :require => 'addressable/uri'
|
|||
gem 'json', '1.4.6'
|
||||
gem 'http_accept_language', :git => 'git://github.com/iain/http_accept_language.git', :ref => '0b78aa7849fc90cf9e12'
|
||||
|
||||
gem 'thin', '1.2.7', :require => false
|
||||
gem 'thin', '1.2.8', :require => false
|
||||
|
||||
#Websocket
|
||||
gem 'em-websocket', :git => 'git://github.com/igrigorik/em-websocket', :ref => 'e278f5a1c4db60be7485'
|
||||
|
|
|
|||
|
|
@ -358,7 +358,7 @@ GEM
|
|||
subexec (0.0.4)
|
||||
systemu (1.2.0)
|
||||
term-ansicolor (1.0.5)
|
||||
thin (1.2.7)
|
||||
thin (1.2.8)
|
||||
daemons (>= 1.0.9)
|
||||
eventmachine (>= 0.12.6)
|
||||
rack (>= 1.0.0)
|
||||
|
|
@ -430,7 +430,7 @@ DEPENDENCIES
|
|||
rspec-instafail
|
||||
rspec-rails (>= 2.0.0)
|
||||
ruby-debug
|
||||
thin (= 1.2.7)
|
||||
thin (= 1.2.8)
|
||||
twitter!
|
||||
typhoeus
|
||||
webmock
|
||||
|
|
|
|||
Loading…
Reference in a new issue