Skip to content

Commit

Permalink
Add foreman to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ogom committed Dec 5, 2015
1 parent ebfb841 commit c9ac15a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ group :development do
gem 'spring'
end

gem 'foreman', require: false
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ GEM
debug_inspector (0.0.2)
erubis (2.7.0)
execjs (2.6.0)
foreman (0.78.0)
thor (~> 0.19.1)
globalid (0.3.6)
activesupport (>= 4.1.0)
i18n (0.7.0)
Expand Down Expand Up @@ -143,6 +145,7 @@ PLATFORMS
DEPENDENCIES
byebug
coffee-rails (~> 4.1.0)
foreman
jbuilder (~> 2.0)
jquery-rails
rails (= 4.2.5)
Expand Down
2 changes: 2 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
web: rails server
pack: npm start

0 comments on commit c9ac15a

Please sign in to comment.