bump strong_parameters

This commit is contained in:
Jonne Haß 2014-06-01 13:46:04 +02:00
parent 48a38231af
commit 91eb92180b
2 changed files with 4 additions and 3 deletions

View file

@ -75,7 +75,7 @@ gem 'opengraph_parser', '0.2.3'
# Please remove when migrating to Rails 4 # Please remove when migrating to Rails 4
gem 'strong_parameters' gem 'strong_parameters', '0.2.3'
# Services # Services

View file

@ -421,9 +421,10 @@ GEM
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
strong_parameters (0.2.2) strong_parameters (0.2.3)
actionpack (~> 3.0) actionpack (~> 3.0)
activemodel (~> 3.0) activemodel (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0) railties (~> 3.0)
subexec (0.2.3) subexec (0.2.3)
systemu (2.5.2) systemu (2.5.2)
@ -542,7 +543,7 @@ DEPENDENCIES
sinatra (= 1.3.3) sinatra (= 1.3.3)
sinon-rails (= 1.7.3) sinon-rails (= 1.7.3)
spork (= 1.0.0rc4) spork (= 1.0.0rc4)
strong_parameters strong_parameters (= 0.2.3)
test_after_commit (= 0.2.2) test_after_commit (= 0.2.2)
timecop (= 0.7.1) timecop (= 0.7.1)
twitter (= 4.8.1) twitter (= 4.8.1)