-
- Downloads
Pull in `hashie-forbidden_attributes` in our codebase
Drop dependency, add this monkey patch to GitLab, log its usage.
parent
093cc1ed
No related branches found
No related tags found
Showing
- Gemfile 0 additions, 2 deletionsGemfile
- Gemfile.checksum 0 additions, 1 deletionGemfile.checksum
- Gemfile.lock 0 additions, 3 deletionsGemfile.lock
- config/initializers/hashie_mash_permitted_patch.rb 53 additions, 0 deletionsconfig/initializers/hashie_mash_permitted_patch.rb
- spec/initializers/hashie_mash_permitted_patch_spec.rb 29 additions, 0 deletionsspec/initializers/hashie_mash_permitted_patch_spec.rb
... | ... | @@ -130,8 +130,6 @@ gem 'graphql-docs', '~> 2.1.0', group: [:development, :test] |
gem 'graphlient', '~> 0.5.0' # Used by BulkImport feature (group::import) | ||
gem 'hashie', '~> 5.0.0' | ||
# Disable strong_params so that Mash does not respond to :permitted? | ||
gem 'hashie-forbidden_attributes' | ||
# Pagination | ||
gem 'kaminari', '~> 1.2.2' | ||
... | ... |
Please register or sign in to comment