From f900776963f2029e475930470cf461c27f85cd03 Mon Sep 17 00:00:00 2001 From: astrilet Date: Wed, 6 Sep 2017 14:03:19 -0600 Subject: [PATCH] Adding logger gem to staging env --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4dbcf9ea..a286bdb3 100644 --- a/Gemfile +++ b/Gemfile @@ -97,7 +97,7 @@ group :production do gem 'libv8' end -group :test, :production do +group :test, :production, :staging do gem 'syslog-logger' end