Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
moved to using a gem for validation
  • Loading branch information
drapergeek committed Mar 26, 2012
1 parent 3b1c08d commit 6688b86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'
gem 'rails', '3.2.2'
gem 'sqlite3'
gem 'high_voltage'
gem 'dynamic_form'

group :test do
gem "cucumber-rails", require: false
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -58,6 +58,7 @@ GEM
nokogiri (>= 1.5.0)
database_cleaner (0.7.2)
diff-lcs (1.1.3)
dynamic_form (1.1.4)
erubis (2.7.0)
execjs (1.3.0)
multi_json (~> 1.0)
Expand Down Expand Up @@ -161,6 +162,7 @@ DEPENDENCIES
coffee-rails (~> 3.2.1)
cucumber-rails
database_cleaner
dynamic_form
factory_girl_rails
high_voltage
jquery-rails
Expand Down

0 comments on commit 6688b86

Please sign in to comment.