Install strong_parameters
This commit is contained in:
parent
1c6ed356cb
commit
2a57f4851a
2 changed files with 9 additions and 0 deletions
4
Gemfile
4
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 ####
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue