From 91eb92180b84971ce8b96086918c52a0b571506b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 1 Jun 2014 13:46:04 +0200 Subject: [PATCH] bump strong_parameters --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4ec319a97..7624c59d7 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ gem 'opengraph_parser', '0.2.3' # Please remove when migrating to Rails 4 -gem 'strong_parameters' +gem 'strong_parameters', '0.2.3' # Services diff --git a/Gemfile.lock b/Gemfile.lock index 639dca6eb..18a25c45b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -421,9 +421,10 @@ GEM multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) - strong_parameters (0.2.2) + strong_parameters (0.2.3) actionpack (~> 3.0) activemodel (~> 3.0) + activesupport (~> 3.0) railties (~> 3.0) subexec (0.2.3) systemu (2.5.2) @@ -542,7 +543,7 @@ DEPENDENCIES sinatra (= 1.3.3) sinon-rails (= 1.7.3) spork (= 1.0.0rc4) - strong_parameters + strong_parameters (= 0.2.3) test_after_commit (= 0.2.2) timecop (= 0.7.1) twitter (= 4.8.1)