diff options
author | Azul <azul@leap.se> | 2012-11-12 19:16:19 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-12 19:16:19 +0100 |
commit | 05ea71016fd54a14159c72299c25efbdc2f177bc (patch) | |
tree | 00fe65cfe0f5d7e09778cf7e6bef304dd16f35c9 /Gemfile.lock | |
parent | 67dc2685a72c125b53f351c3a75bf812123e96bd (diff) |
adding client side validations to the mix
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 6792476..a7d110d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,6 +61,10 @@ GEM arel (3.0.2) bootstrap-sass (2.1.0.0) builder (3.0.3) + client_side_validations (3.2.1) + client_side_validations-simple_form (2.0.0) + client_side_validations (~> 3.2.0) + simple_form (~> 2.0.3) coffee-rails (3.2.2) coffee-script (>= 2.2.0) railties (~> 3.2.0) @@ -173,6 +177,8 @@ PLATFORMS DEPENDENCIES bootstrap-sass (~> 2.1.0) + client_side_validations + client_side_validations-simple_form coffee-rails (~> 3.2.2) haml (~> 3.1.7) haml-rails (~> 0.3.4) |