Remove SyslogLogger gem

It is present in Ruby Standard Library since version 2.0

https://github.com/seattlerb/sysloglogger
This commit is contained in:
Artur Beljajev 2018-11-02 00:59:55 +02:00
parent dea84915b5
commit a15449cd34
3 changed files with 1 additions and 4 deletions

View file

@ -8,8 +8,6 @@ end if Bundler::VERSION < '2'
source 'https://rubygems.org'
# core
gem 'SyslogLogger', '2.0', require: 'syslog/logger'
gem 'iso8601', '0.8.6' # for dates and times
gem 'rails', '4.2.11' # when update, all initializers eis_custom files needs check/update
gem 'rest-client'