bump client_side_validations
This commit is contained in:
parent
653dd80d43
commit
5aed18a53f
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -95,7 +95,7 @@ gem 'haml', '3.1.7'
|
||||||
gem 'mobile-fu', '1.1.0'
|
gem 'mobile-fu', '1.1.0'
|
||||||
|
|
||||||
gem 'will_paginate', '3.0.3'
|
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'
|
gem 'gon', '4.0.0'
|
||||||
|
|
||||||
# assets
|
# assets
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@ GEM
|
||||||
activesupport (>= 3.2.0)
|
activesupport (>= 3.2.0)
|
||||||
childprocess (0.3.5)
|
childprocess (0.3.5)
|
||||||
ffi (~> 1.0, >= 1.0.6)
|
ffi (~> 1.0, >= 1.0.6)
|
||||||
client_side_validations (3.1.4)
|
client_side_validations (3.2.1)
|
||||||
coffee-rails (3.2.2)
|
coffee-rails (3.2.2)
|
||||||
coffee-script (>= 2.2.0)
|
coffee-script (>= 2.2.0)
|
||||||
railties (~> 3.2.0)
|
railties (~> 3.2.0)
|
||||||
|
|
@ -422,7 +422,7 @@ DEPENDENCIES
|
||||||
capistrano_colors (= 0.5.5)
|
capistrano_colors (= 0.5.5)
|
||||||
capybara (= 1.1.2)
|
capybara (= 1.1.2)
|
||||||
carrierwave (= 0.6.2)
|
carrierwave (= 0.6.2)
|
||||||
client_side_validations (= 3.1.4)
|
client_side_validations (= 3.2.1)
|
||||||
cucumber-rails (= 1.3.0)
|
cucumber-rails (= 1.3.0)
|
||||||
database_cleaner (= 0.8)
|
database_cleaner (= 0.8)
|
||||||
debugger (= 1.2.0)
|
debugger (= 1.2.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue