aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2013-08-12 19:26:55 +0100
committerMark Longair <mhl@pobox.com>2013-08-15 12:48:23 +0100
commit0949a744d0f4cb2dcf8025fce68f322b11c44ac5 (patch)
treeff932edf76bfa1b8da5c885eff4b75c53815b251
parentc2fe6bec28a9b43c84b58fde305b19d179760c13 (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--Gemfile1
-rw-r--r--Gemfile.lock2
2 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 91159c0fc..1df2215e4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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