1
0
Fork 0

Use thin instead of webrick

Slightly more information with thin
This commit is contained in:
Andrew Tomaka 2014-02-14 10:41:00 -05:00
parent 5d0772b0fc
commit b0bbe9c7ae
2 changed files with 11 additions and 0 deletions

View File

@ -31,6 +31,10 @@ group :development, :test do
gem 'rb-readline'
end
group :development do
gem 'thin'
end
group :test do
gem 'capybara'
gem 'selenium-webdriver'

View File

@ -48,8 +48,10 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.7.0)
daemons (1.1.9)
diff-lcs (1.2.5)
erubis (2.7.0)
eventmachine (1.0.3)
execjs (2.0.2)
factory_girl (4.3.0)
activesupport (>= 3.0.0)
@ -168,6 +170,10 @@ GEM
sprockets (~> 2.8)
sqlite3 (1.3.8)
terminal-notifier-guard (1.5.3)
thin (1.6.1)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
thor (0.18.1)
thread_safe (0.1.3)
atomic
@ -208,5 +214,6 @@ DEPENDENCIES
spork
sqlite3
terminal-notifier-guard
thin
turbolinks
uglifier (>= 1.3.0)