bump strong_parameters
This commit is contained in:
parent
48a38231af
commit
91eb92180b
2 changed files with 4 additions and 3 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue