diff options
author | Mark Longair <mhl@pobox.com> | 2013-08-12 19:26:55 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-08-15 12:48:23 +0100 |
commit | 0949a744d0f4cb2dcf8025fce68f322b11c44ac5 (patch) | |
tree | ff932edf76bfa1b8da5c885eff4b75c53815b251 | |
parent | c2fe6bec28a9b43c84b58fde305b19d179760c13 (diff) |
Add the statistics2 gem to the bundle
This is used for the calculation of the confidence
intervals for public body statistics.
-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 |