diff --git a/Gemfile b/Gemfile index 965a841..6d133fb 100644 --- a/Gemfile +++ b/Gemfile @@ -126,6 +126,9 @@ group :development, :test do # Automatized gem update gem 'gisdatigo' + + # Startup script generation (server process manager) + gem 'foreman', '~>0.78.0' end # Acceptance tests diff --git a/Gemfile.lock b/Gemfile.lock index 16acdfc..9ae78dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,6 +123,8 @@ GEM multipart-post (>= 1.2, < 3) faraday_middleware (0.10.0) faraday (>= 0.7.4, < 0.10) + foreman (0.78.0) + thor (~> 0.19.1) gherkin (2.12.2) multi_json (~> 1.3) gisdatigo (0.0.1) @@ -345,6 +347,7 @@ DEPENDENCIES devise (~> 3.5.1) exception_notification (~> 4.1.1) factory_girl_rails (~> 4.5.0) + foreman (~> 0.78.0) gisdatigo google-analytics-rails (~> 0.0.6) http_accept_language -- libgit2 0.21.2