Upgrade json gem, handle differences
This upgrades the `json` gem but by default maintains the old way of handling parsing as this is relied upon in a few places. This also adds support for a `legacy_mode` flag when parsing, which will be added manually to areas that require this in future. Currently the legacy_mode is the default.
Showing
... | ... | @@ -496,3 +496,6 @@ gem 'lockbox', '~> 0.3.3' |
# Email validation | ||
gem 'valid_email', '~> 0.1' | ||
# JSON | ||
gem 'json', '~> 2.3.0' |
Please register or sign in to comment