Skip to content

Commit dbcf955

Browse files
committed
Add necessary config changes for a heroku deploy.
1 parent 80207c0 commit dbcf955

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source 'https://rubygems.org'
2+
ruby '2.1.0'
23
gem 'sinatra'
34
gem 'mods_display'

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: bundle exec ruby index.rb -p $PORT

0 commit comments

Comments
 (0)