Skip to content

Commit

Permalink
fixed #903
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass committed Mar 3, 2011
1 parent 3d0831f commit ae0595b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ae0595b

Please sign in to comment.