aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock2
2 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1a9b9e307..f24eb5261 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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)