Revert "Don't force rails4 apps to have protected_attributes in their gemfile" - reportable - Fork of reportable required by WarVox, from hdm/reportable.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit c02ee2af6bde90fc905d662e5d754466900a3ada
 (DIR) parent 3d3189dbba9b6d50ee23e09b81b5e1f969c725d7
 (HTM) Author: Cristi Balan <evil@che.lu>
       Date:   Tue, 18 Jun 2013 16:35:10 +0300
       
       Revert "Don't force rails4 apps to have protected_attributes in their gemfile"
       
       This reverts commit 3d3189dbba9b6d50ee23e09b81b5e1f969c725d7.
       
       Diffstat:
         M Gemfile                             |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Gemfile b/Gemfile
       @@ -4,7 +4,6 @@ gem 'rails',         '~> 3.2.0'
        gem 'activerecord',  '~> 3.2.0', :require => 'active_record'
        gem 'activesupport', '~> 3.2.0', :require => 'active_support'
        gem 'actionpack',    '~> 3.2.0', :require => 'action_pack'
       -gem 'protected_attributes'
        
        gem 'sqlite3-ruby', '>= 1.2.0'
        gem 'mysql',                                 '>= 2.8.0'