-
- Downloads
Merge branch 'use-hashie-forbidden_attributes' into 'master'
Use the hashie-forbideen_attributes gem Closes #26400 See merge request !10579
No related branches found
No related tags found
Loading
| Loading
| @@ -73,6 +73,9 @@ gem 'grape', '~> 0.19.0' |
gem 'grape-entity', '~> 0.6.0' | ||
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | ||
# Disable strong_params so that Mash does not respond to :permitted? | ||
gem 'hashie-forbidden_attributes' | ||
# Pagination | ||
gem 'kaminari', '~> 0.17.0' | ||
Loading
| Loading
|