Gemfile in inherited_resources-1.4.1 vs Gemfile in inherited_resources-1.5.0

- old
+ new

@@ -3,5 +3,9 @@ gemspec gem 'rails', '>= 3.2', '< 5' gem 'mocha' gem 'turn' + +group :test do + gem 'strong_parameters' +end