From 112e9a298521604a62b208d64b843f10668dcfe3 Mon Sep 17 00:00:00 2001 From: astrilet Date: Tue, 12 Sep 2017 10:28:13 -0600 Subject: [PATCH] Adding syslog gem to staging environment --- 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