We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a77e4e4 + 160911a commit f220e9cCopy full SHA for f220e9c
Gemfile
@@ -3,7 +3,6 @@ source 'https://rubygems.org'
3
# core
4
gem 'eventmachine', '~> 1.2.0'
5
gem 'simpleidn', '~> 0.0.6' # For punycode
6
-gem 'SyslogLogger', '2.0', require: 'syslog/logger'
7
8
# database
9
gem 'activerecord', '~> 4.2'
Gemfile.lock
@@ -1,7 +1,6 @@
1
GEM
2
remote: https://rubygems.org/
specs:
- SyslogLogger (2.0)
activemodel (4.2.11.1)
activesupport (= 4.2.11.1)
builder (~> 3.1)
@@ -61,7 +60,6 @@ PLATFORMS
61
60
ruby
62
63
DEPENDENCIES
64
- SyslogLogger (= 2.0)
65
activerecord (~> 4.2)
66
daemons (~> 1.2.3)
67
dotenv
0 commit comments