Skip to content

Commit 4388f4c

Browse files
committed
Use foreman
1 parent 69cad1d commit 4388f4c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ source "https://rubygems.org"
44
# gem "rails"
55
gem 'google-api-client', '~> 0.8.6'
66
gem 'sinatra'
7+
gem 'foreman'

Gemfile.lock

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ GEM
1515
extlib (0.9.16)
1616
faraday (0.9.2)
1717
multipart-post (>= 1.2, < 3)
18+
foreman (0.82.0)
19+
thor (~> 0.19.1)
1820
google-api-client (0.8.7)
1921
activesupport (>= 3.2, < 5.0)
2022
addressable (~> 2.3)
@@ -61,6 +63,7 @@ GEM
6163
rack (~> 1.5)
6264
rack-protection (~> 1.4)
6365
tilt (>= 1.3, < 3)
66+
thor (0.19.1)
6467
thread_safe (0.3.5)
6568
tilt (2.0.5)
6669
tzinfo (1.2.2)
@@ -70,6 +73,7 @@ PLATFORMS
7073
ruby
7174

7275
DEPENDENCIES
76+
foreman
7377
google-api-client (~> 0.8.6)
7478
sinatra
7579

Procfile

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

0 commit comments

Comments
 (0)