aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock2
2 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 650c27537..6749d08ed 100644
--- a/Gemfile
+++ b/Gemfile
@@ -38,6 +38,7 @@ gem 'xapian-full-alaveteli', '~> 1.2.9.5'
gem 'xml-simple'
gem 'zip'
gem 'capistrano'
+gem 'syslog_protocol'
group :test do
gem 'fakeweb'
diff --git a/Gemfile.lock b/Gemfile.lock
index f243ffaad..b962124ad 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -76,6 +76,7 @@ GEM
ruby-ole (>= 1.2.8)
vpim (>= 0.360)
ruby-ole (1.2.11.3)
+ syslog_protocol (0.9.2)
vpim (0.695)
will_paginate (2.3.16)
xapian-full-alaveteli (1.2.9.5)
@@ -111,6 +112,7 @@ DEPENDENCIES
rspec-rails (~> 1.3.4)
ruby-debug
ruby-msg (~> 1.5.0)
+ syslog_protocol
vpim
will_paginate (~> 2.3.11)
xapian-full-alaveteli (~> 1.2.9.5)