Skip to content

Commit

Permalink
Switch to thin server
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Wright committed Apr 6, 2012
1 parent ce818e7 commit c7dd530
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -15,6 +15,7 @@ group :development, :test do
gem 'sqlite3'
end

gem 'thin'
gem 'jquery-rails'
gem 'omniauth-twitter'
gem 'twitter'
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Expand Up @@ -38,6 +38,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.2.0)
daemons (1.1.8)
em-websocket (0.3.6)
addressable (>= 2.1.1)
eventmachine (>= 0.12.9)
Expand Down Expand Up @@ -119,6 +120,10 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
Expand Down Expand Up @@ -146,5 +151,6 @@ DEPENDENCIES
rails (= 3.2.1)
sass-rails (~> 3.2.3)
sqlite3
thin
twitter
uglifier (>= 1.0.3)

0 comments on commit c7dd530

Please sign in to comment.