diff --git a/Gemfile b/Gemfile index 29ce5faa2321e6905a6178d5cb0f929a99ebc1b0..8c9ffac942bee085c733cbdbd4a27736da8202f8 100644 --- a/Gemfile +++ b/Gemfile @@ -92,6 +92,10 @@ gem 'haml', '4.0.3' gem 'mobile-fu', '1.2.1' gem 'will_paginate', '3.0.4' +# Strong parameters + +gem 'strong_parameters' + ### GROUPS #### diff --git a/Gemfile.lock b/Gemfile.lock index 8fc8b70108f50ac0e046794dce4c332095572212..2f89ad7a86b53bae2958665a6c6efdf460bdfe06 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -380,6 +380,10 @@ GEM multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) + strong_parameters (0.2.1) + actionpack (~> 3.0) + activemodel (~> 3.0) + railties (~> 3.0) subexec (0.2.3) temple (0.6.6) thor (0.18.1) @@ -486,6 +490,7 @@ DEPENDENCIES sinon-rails (= 1.7.3) slim (= 1.3.9) spork (= 1.0.0rc3) + strong_parameters timecop (= 0.6.1) twitter (= 4.8.1) typhoeus (= 0.6.3)