From 2a57f4851aae1bff10610321bd29bc6959bfe81e Mon Sep 17 00:00:00 2001
From: James Fleming <jflemingprod@gmail.com>
Date: Thu, 27 Jun 2013 13:47:20 +0200
Subject: [PATCH] Install strong_parameters

---
 Gemfile      | 4 ++++
 Gemfile.lock | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/Gemfile b/Gemfile
index 29ce5faa23..8c9ffac942 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 8fc8b70108..2f89ad7a86 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)
-- 
GitLab