diff --git a/Gemfile b/Gemfile index ef1587452..86987b8f8 100644 --- a/Gemfile +++ b/Gemfile @@ -95,7 +95,7 @@ gem 'haml', '3.1.7' gem 'mobile-fu', '1.1.0' gem 'will_paginate', '3.0.3' -gem 'client_side_validations', '3.1.4' +gem 'client_side_validations', '3.2.1' gem 'gon', '4.0.0' # assets diff --git a/Gemfile.lock b/Gemfile.lock index 0dea24b2c..398b5dec0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM activesupport (>= 3.2.0) childprocess (0.3.5) ffi (~> 1.0, >= 1.0.6) - client_side_validations (3.1.4) + client_side_validations (3.2.1) coffee-rails (3.2.2) coffee-script (>= 2.2.0) railties (~> 3.2.0) @@ -422,7 +422,7 @@ DEPENDENCIES capistrano_colors (= 0.5.5) capybara (= 1.1.2) carrierwave (= 0.6.2) - client_side_validations (= 3.1.4) + client_side_validations (= 3.2.1) cucumber-rails (= 1.3.0) database_cleaner (= 0.8) debugger (= 1.2.0)