diff --git a/Gemfile b/Gemfile index 42340f58d0..ee1bce7dba 100644 --- a/Gemfile +++ b/Gemfile @@ -148,6 +148,8 @@ group :development do gem 'capistrano-yarn', '~> 2.0' gem 'stackprof' + + gem 'foreman' end group :production do diff --git a/Gemfile.lock b/Gemfile.lock index e118e5d844..97ed9dcd0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -291,6 +291,7 @@ GEM fog-core (>= 1.45, <= 2.1.0) fog-json (>= 1.0) ipaddress (>= 0.8) + foreman (0.87.2) formatador (0.3.0) fugit (1.8.1) et-orbi (~> 1, >= 1.2.7) @@ -812,6 +813,7 @@ DEPENDENCIES fastimage fog-core (<= 2.4.0) fog-openstack (~> 0.3) + foreman fuubar (~> 2.5) haml-rails (~> 2.0) hcaptcha (~> 7.1)