Skip to content

Commit e98d478

Browse files
committed
remove thin from production env. Use unicorn for foreman
1 parent b6da734 commit e98d478

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ gem "redcarpet", "~> 2.2.2"
7171
gem "github-markup", "~> 0.7.4", require: 'github/markup'
7272

7373
# Servers
74-
gem "thin", '~> 1.5.0'
7574
gem "unicorn", "~> 4.4.0"
7675

7776
# Issue tags

Gemfile.lock

-6
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ GEM
144144
colorize (0.5.8)
145145
connection_pool (1.0.0)
146146
crack (0.3.1)
147-
daemons (1.1.9)
148147
devise (2.1.2)
149148
bcrypt-ruby (~> 3.0)
150149
orm_adapter (~> 0.1)
@@ -437,10 +436,6 @@ GEM
437436
test_after_commit (0.0.1)
438437
therubyracer (0.10.2)
439438
libv8 (~> 3.3.10)
440-
thin (1.5.0)
441-
daemons (>= 1.0.9)
442-
eventmachine (>= 0.12.6)
443-
rack (>= 1.0.0)
444439
thor (0.16.0)
445440
tilt (1.3.3)
446441
timers (1.0.2)
@@ -547,7 +542,6 @@ DEPENDENCIES
547542
stamp
548543
test_after_commit
549544
therubyracer
550-
thin (~> 1.5.0)
551545
uglifier (~> 1.3.0)
552546
unicorn (~> 4.4.0)
553547
webmock

Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
web: bundle exec rails s -p $PORT
1+
web: bundle exec unicorn_rails -p $PORT
22
worker: bundle exec sidekiq -q post_receive,mailer,system_hook,common,default

0 commit comments

Comments
 (0)