File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ source "https://rubygems.org"
4
4
# gem "rails"
5
5
gem 'google-api-client' , '~> 0.8.6'
6
6
gem 'sinatra'
7
+ gem 'foreman'
Original file line number Diff line number Diff line change 15
15
extlib (0.9.16 )
16
16
faraday (0.9.2 )
17
17
multipart-post (>= 1.2 , < 3 )
18
+ foreman (0.82.0 )
19
+ thor (~> 0.19.1 )
18
20
google-api-client (0.8.7 )
19
21
activesupport (>= 3.2 , < 5.0 )
20
22
addressable (~> 2.3 )
61
63
rack (~> 1.5 )
62
64
rack-protection (~> 1.4 )
63
65
tilt (>= 1.3 , < 3 )
66
+ thor (0.19.1 )
64
67
thread_safe (0.3.5 )
65
68
tilt (2.0.5 )
66
69
tzinfo (1.2.2 )
@@ -70,6 +73,7 @@ PLATFORMS
70
73
ruby
71
74
72
75
DEPENDENCIES
76
+ foreman
73
77
google-api-client (~> 0.8.6 )
74
78
sinatra
75
79
Original file line number Diff line number Diff line change
1
+ web : bundle exec ruby app.rb -p $PORT
You can’t perform that action at this time.
0 commit comments