skryukov / rubocop-gradual

Gradually improve your code with RuboCop
MIT License
36 stars 0 forks source link

Use JSON.dump instead of to_json for stable encoding #18

Closed skryukov closed 11 months ago

skryukov commented 11 months ago

ActiveSupport uses custom encoding to escape some characters, so we want to use JSON.dump to get stable results.

Fixes #16