Skip to content

Commit

Permalink
Remove SysLog Logger gem from gemfile, require it from the stdlib
Browse files Browse the repository at this point in the history
Closes #47
  • Loading branch information
yulgolem committed Jun 1, 2020
1 parent a77e4e4 commit 160911a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source 'https://rubygems.org'
# core
gem 'eventmachine', '~> 1.2.0'
gem 'simpleidn', '~> 0.0.6' # For punycode
gem 'SyslogLogger', '2.0', require: 'syslog/logger'

# database
gem 'activerecord', '~> 4.2'
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GEM
remote: https://rubygems.org/
specs:
SyslogLogger (2.0)
activemodel (4.2.11.1)
activesupport (= 4.2.11.1)
builder (~> 3.1)
Expand Down Expand Up @@ -61,7 +60,6 @@ PLATFORMS
ruby

DEPENDENCIES
SyslogLogger (= 2.0)
activerecord (~> 4.2)
daemons (~> 1.2.3)
dotenv
Expand Down

0 comments on commit 160911a

Please sign in to comment.