This project is closed and read-only.
Actions
Backport #7869
closedRevert JSON version bump, since it posibly breaks Ruby backward compatibility
Backport #7869:
Revert JSON version bump, since it posibly breaks Ruby backward compatibility
Status:
Closed
Assignee:
-
Description
Although reverting version bump means that Ruby's JSON will differs from RubyGems version of JSON, it prevents possible compatibility issues for every project, which might use Bundler to specify its dependencies. Although for regular user, this incompatibility might be fixed by simple 'bundle update' command, it is not doable for Linux distributions, which provides packaged Ruby, including JSON gem, but are not responsible for every Ruby project on the system.
See ruby-core:52254 for more discussion.
Thank you.
Files
Actions