Skip to content

Commit

Permalink
run development on thin
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Dec 18, 2012
1 parent 430c7fb commit 9e8bef3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -15,6 +15,7 @@ group :development do
# no need to load the gem via require
# we only need the rake tasks
gem 'gettext', '>= 1.9.3', :require => false
gem 'thin'
end

gem 'mysql2'
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Expand Up @@ -43,12 +43,14 @@ GEM
sass (~> 3.1)
compass-rails (1.0.3)
compass (>= 0.12.2, < 0.14)
daemons (1.1.9)
delayed_job (3.0.4)
activesupport (~> 3.0)
delayed_job_active_record (0.3.3)
activerecord (>= 2.1.0, < 4)
delayed_job (~> 3.0)
erubis (2.7.0)
eventmachine (0.12.10)
execjs (1.4.0)
multi_json (~> 1.0)
fast_gettext (0.6.11)
Expand Down Expand Up @@ -126,6 +128,10 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6)
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.16.0)
tilt (1.3.3)
treetop (1.4.12)
Expand Down Expand Up @@ -159,5 +165,6 @@ DEPENDENCIES
rake (~> 0.9.2)
sass-rails
sqlite3
thin
uglifier
xmlhash (>= 1.2.2)

0 comments on commit 9e8bef3

Please sign in to comment.