Skip to content

Commit

Permalink
Switch to thin as a webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
changs committed Oct 3, 2011
1 parent 3596531 commit 9a90d99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ gem 'data_mapper' , "1.1.0"
gem 'dm-sqlite-adapter' , "1.1.0"
gem 'haml'
gem 'json', "~> 1.4.6"
gem 'thin'
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ GEM
nokogiri (>= 1.3.0)
robots (>= 0.7.2)
bcrypt-ruby (2.1.4)
daemons (1.1.4)
data_mapper (1.1.0)
dm-aggregates (= 1.1.0)
dm-constraints (= 1.1.0)
Expand Down Expand Up @@ -51,6 +52,7 @@ GEM
dm-core (~> 1.1.0)
do_sqlite3 (0.10.6)
data_objects (= 0.10.6)
eventmachine (0.12.10)
fastercsv (1.5.4)
haml (3.1.3)
json (1.4.6)
Expand All @@ -67,6 +69,10 @@ GEM
rack-protection (~> 1.1)
tilt (~> 1.3)
stringex (1.2.2)
thin (1.2.11)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.3)
uuidtools (2.1.2)

Expand All @@ -83,3 +89,4 @@ DEPENDENCIES
rack (= 1.3.3)
rest-client
sinatra
thin

0 comments on commit 9a90d99

Please sign in to comment.