diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-01-30 08:13:08 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-01-30 08:13:08 +1100 |
commit | a73cbbac2c7c4b988b7acbca44dd817f5dec66a3 (patch) | |
tree | 2358f2d72c0112b83cee71bed0e41415fcad7320 | |
parent | 154cae159b90b3b2a8d60cd71d383f4fa1831878 (diff) |
Add dynamic_form gem as error messages helper for forms has moved there
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,7 @@ gem 'tmail' # Use until this PR is merged: https://github.com/svenfuchs/globalize3/pull/191 gem 'globalize3', :git => 'git://github.com/henare/globalize3.git', :branch => 'not-null-empty-attributes' gem 'acts_as_versioned' +gem 'dynamic_form' group :test do gem 'fakeweb' diff --git a/Gemfile.lock b/Gemfile.lock index d80389c14..b67efa846 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,6 +61,7 @@ GEM sass (~> 3.1) daemons (1.1.9) diff-lcs (1.1.3) + dynamic_form (1.1.4) erubis (2.6.6) abstract (>= 1.0.0) eventmachine (1.0.0) @@ -217,6 +218,7 @@ DEPENDENCIES bootstrap-sass capistrano compass + dynamic_form fakeweb fast_gettext (>= 0.6.0) fastercsv (>= 1.5.5) |