diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,7 @@ gem 'pg' gem 'charlock_holmes' gem 'fastercsv', '>=1.5.5' +gem 'jquery-rails', '~> 2.1' gem 'json' gem 'mahoro' gem 'net-http-local' @@ -24,6 +25,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: |