diff options
author | Alex Legler <alex@a3li.li> | 2011-08-30 16:29:01 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2011-08-30 16:30:25 +0200 |
commit | cb8f7bc6b5169f22503f60a748a64fb267ee5199 (patch) | |
tree | 0a5853083381af304ddc50be6d71dba70329027b /Gemfile.lock | |
parent | Use thin (diff) | |
download | glsamaker-cb8f7bc6b5169f22503f60a748a64fb267ee5199.tar.gz glsamaker-cb8f7bc6b5169f22503f60a748a64fb267ee5199.tar.bz2 glsamaker-cb8f7bc6b5169f22503f60a748a64fb267ee5199.zip |
Use thin
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 7c6df90..370e133 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,8 +49,10 @@ GEM execjs coffee-script-source (1.1.2) columnize (0.3.4) + daemons (1.1.4) diff-lcs (1.1.2) erubis (2.7.0) + eventmachine (0.12.10) execjs (1.2.4) multi_json (~> 1.0) fastercsv (1.5.4) @@ -137,6 +139,10 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) text-format (1.0.0) + thin (1.2.11) + daemons (>= 1.0.9) + eventmachine (>= 0.12.6) + rack (>= 1.0.0) thinking-sphinx (2.0.7) activerecord (>= 3.0.3) riddle (>= 1.3.3) @@ -173,5 +179,6 @@ DEPENDENCIES ruby-debug sass-rails (~> 3.1.0.rc6) text-format + thin thinking-sphinx (= 2.0.7) uglifier |