Skip to content
Snippets Groups Projects
Commit 087d7d2c authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Merge branch 'use-hashie-forbidden_attributes' into 'master'

Use the hashie-forbideen_attributes gem

Closes #26400

See merge request !10579

Former-commit-id: 3c9318a8
parents 001c5f11 79eb608b
No related branches found
No related tags found
No related merge requests 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
Loading
Loading
@@ -346,6 +346,8 @@ GEM
tilt
hashdiff (0.3.2)
hashie (3.5.5)
hashie-forbidden_attributes (0.1.1)
hashie (>= 3.0)
health_check (2.6.0)
rails (>= 4.0)
hipchat (1.5.2)
Loading
Loading
@@ -915,6 +917,7 @@ DEPENDENCIES
grape-entity (~> 0.6.0)
haml_lint (~> 0.21.0)
hamlit (~> 2.6.1)
hashie-forbidden_attributes
health_check (~> 2.6.0)
hipchat (~> 1.5.0)
html-pipeline (~> 1.11.0)
Loading
Loading
@@ -1035,4 +1038,4 @@ DEPENDENCIES
wikicloth (= 0.8.1)
 
BUNDLED WITH
1.14.5
1.14.6
---
title: Add hashie-forbidden_attributes gem
merge_request: 10579
author: Andy Brown
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment