diff options
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,7 @@ gem 'recaptcha', '~> 0.3.1', :require => 'recaptcha/rails' gem 'rmagick', :require => 'RMagick' gem 'rake', '0.9.2.2' gem 'ruby-msg', '~> 1.5.0' +gem "statistics2", "~> 0.54" gem 'vpim' gem 'will_paginate' # when 1.2.9 is released by the maintainer, we can stop using this fork: diff --git a/Gemfile.lock b/Gemfile.lock index fb83dadd7..534ba8812 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -214,6 +214,7 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) sqlite3 (1.3.7) + statistics2 (0.54) syslog_protocol (0.9.2) text (1.2.1) thin (1.5.1) @@ -278,6 +279,7 @@ DEPENDENCIES ruby-debug ruby-msg (~> 1.5.0) spork-rails + statistics2 (~> 0.54) syslog_protocol unicode unidecode |