| Revert "Don't force rails4 apps to have protected_attributes in their gemfile" … | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit c02ee2af6bde90fc905d662e5d754466900a3ada | |
| parent 3d3189dbba9b6d50ee23e09b81b5e1f969c725d7 | |
| Author: Cristi Balan <[email protected]> | |
| 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(-) | |
| --- | |
| 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' |