Skip to content

Commit 2a5f29d

Browse files
committed
Add a Procfile so heroku will stop warning about using Webrick
1 parent 02055a3 commit 2a5f29d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ GEM
6767
rspec-core (~> 3.1.0)
6868
rspec-expectations (~> 3.1.0)
6969
rspec-mocks (~> 3.1.0)
70-
rspec-core (3.1.4)
70+
rspec-core (3.1.5)
7171
rspec-support (~> 3.1.0)
7272
rspec-expectations (3.1.2)
7373
diff-lcs (>= 1.2.0, < 2.0)
@@ -91,10 +91,10 @@ GEM
9191
multi_json (~> 1.0)
9292
rack (~> 1.0)
9393
tilt (~> 1.1, != 1.3.0)
94-
thin (1.6.2)
95-
daemons (>= 1.0.9)
96-
eventmachine (>= 1.0.0)
97-
rack (>= 1.0.0)
94+
thin (1.6.3)
95+
daemons (~> 1.0, >= 1.0.9)
96+
eventmachine (~> 1.0)
97+
rack (~> 1.0)
9898
thread_safe (0.3.4)
9999
tilt (1.4.1)
100100
timers (4.0.1)

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: rackup -s thin -p $PORT

0 commit comments

Comments
 (0)