Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use bundled JSON instead of gem #36

Merged
merged 1 commit into from
Oct 23, 2016
Merged

Use bundled JSON instead of gem #36

merged 1 commit into from
Oct 23, 2016

Conversation

lautis
Copy link
Contributor

@lautis lautis commented Oct 20, 2016

JSON has been included in Ruby since 1.9.2. As Ruby 1.9.3 or newer is required in gemspec, the JSON gem dependency can be dropped.

JSON 1.8.3 (which is the newest matching the current requirement) does not compile in Ruby 2.4: ruby/json#303

JSON has been included in Ruby since 1.9.2. As Ruby 1.9.3 or newer is
required in gemspec, the JSON gem dependency can be dropped.
@spk
Copy link
Owner

spk commented Oct 23, 2016

Thanks !

@spk spk merged commit 84d2021 into spk:master Oct 23, 2016
@spk
Copy link
Owner

spk commented Oct 23, 2016

Released in v0.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants