diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index fb83dadd7..4494c2342 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,6 +85,11 @@ GEM eventmachine (1.0.3) exception_notification (3.0.1) actionmailer (>= 3.0.4) + factory_girl (2.6.4) + activesupport (>= 2.3.9) + factory_girl_rails (1.7.0) + factory_girl (~> 2.6.0) + railties (>= 3.0.0) fakeweb (1.3.0) fast_gettext (0.7.0) fastercsv (1.5.5) @@ -99,6 +104,9 @@ GEM highline (1.6.19) hike (1.2.2) i18n (0.6.4) + jquery-rails (2.3.0) + railties (>= 3.0, < 5.0) + thor (>= 0.14, < 2.0) json (1.8.0) linecache (0.46) rbx-require-relative (> 0.0.4) @@ -214,6 +222,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) @@ -252,12 +261,14 @@ DEPENDENCIES debugger dynamic_form exception_notification + factory_girl_rails (~> 1.7) fakeweb fast_gettext fastercsv (>= 1.5.5) gettext gettext_i18n_rails globalize3! + jquery-rails (~> 2.1) json locale mahoro @@ -265,6 +276,7 @@ DEPENDENCIES net-http-local net-purge newrelic_rpm + nokogiri pg rack rails (= 3.1.12) @@ -278,6 +290,7 @@ DEPENDENCIES ruby-debug ruby-msg (~> 1.5.0) spork-rails + statistics2 (~> 0.54) syslog_protocol unicode unidecode |