1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

fix: no logs in staging

This commit is contained in:
Sylvain 2019-12-24 10:49:51 +01:00
parent d0ace9e972
commit d8724516b4

View File

@ -61,7 +61,7 @@ group :test do
gem 'webmock'
end
group :production do
group :production, :staging do
gem 'rails_12factor'
end