Commit dbab6b19e7fc124ddc2da04fc8c722d628c6143a

Authored by Rafael Manzo
1 parent 48cb8c1a

Install foreman

It atumates the application initialization and export for system
managers.
Showing 2 changed files with 6 additions and 0 deletions   Show diff stats
@@ -126,6 +126,9 @@ group :development, :test do @@ -126,6 +126,9 @@ group :development, :test do
126 126
127 # Automatized gem update 127 # Automatized gem update
128 gem 'gisdatigo' 128 gem 'gisdatigo'
  129 +
  130 + # Startup script generation (server process manager)
  131 + gem 'foreman', '~>0.78.0'
129 end 132 end
130 133
131 # Acceptance tests 134 # Acceptance tests
@@ -123,6 +123,8 @@ GEM @@ -123,6 +123,8 @@ GEM
123 multipart-post (>= 1.2, < 3) 123 multipart-post (>= 1.2, < 3)
124 faraday_middleware (0.10.0) 124 faraday_middleware (0.10.0)
125 faraday (>= 0.7.4, < 0.10) 125 faraday (>= 0.7.4, < 0.10)
  126 + foreman (0.78.0)
  127 + thor (~> 0.19.1)
126 gherkin (2.12.2) 128 gherkin (2.12.2)
127 multi_json (~> 1.3) 129 multi_json (~> 1.3)
128 gisdatigo (0.0.1) 130 gisdatigo (0.0.1)
@@ -345,6 +347,7 @@ DEPENDENCIES @@ -345,6 +347,7 @@ DEPENDENCIES
345 devise (~> 3.5.1) 347 devise (~> 3.5.1)
346 exception_notification (~> 4.1.1) 348 exception_notification (~> 4.1.1)
347 factory_girl_rails (~> 4.5.0) 349 factory_girl_rails (~> 4.5.0)
  350 + foreman (~> 0.78.0)
348 gisdatigo 351 gisdatigo
349 google-analytics-rails (~> 0.0.6) 352 google-analytics-rails (~> 0.0.6)
350 http_accept_language 353 http_accept_language