aserafin / grape_logging

Request logging for Grape!
MIT License
147 stars 76 forks source link

Change from deprecated ActionDispatch::Http::ParameterFilter to ActiveSupport::ParameterFilter for Rails 6 #63

Closed jsierles closed 5 years ago

jsierles commented 5 years ago

Related to this Rails 6 deprecation warning: ActionDispatch::Http::ParameterFilter is deprecated and will be removed from Rails 6.1. Use ActiveSupport::ParameterFilter instead.

jsierles commented 5 years ago

@aserafin Now that Rails 6 is out, could this be merged?

aserafin commented 5 years ago

@jsierles thanks for the contribution - the new version just got published to the rubygems 👍