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 3d3189dbba9b6d50ee23e09b81b5e1f969c725d7
(DIR) parent d3696069ef976dc3f7edeb01ec1e711e0798b9e6
(HTM) Author: Cristi Balan <evil@che.lu>
Date: Mon, 17 Jun 2013 20:16:16 +0300
Don't force rails4 apps to have protected_attributes in their gemfile
Diffstat:
M Gemfile | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/Gemfile b/Gemfile
@@ -4,6 +4,7 @@ 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'