diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-10-10 13:24:57 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-10-10 13:24:57 +1100 |
commit | 6cf5fb63e07259ba5a47da7dc164bd891eb2806f (patch) | |
tree | 00b6951f1f4bd95bd3e6ace585d9d9f0473bd2c9 | |
parent | 027de1b859c049299b7ffa4d2f691cd65f1d0ace (diff) |
Add syslog_protocol gem
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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) |