[
https://issues.apache.org/jira/browse/PIO-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Donald Szeto closed PIO-124.
----------------------------
Resolution: Fixed
Fix Version/s: 0.12.1 (Ruby SDK)
> Add support for Ruby 2.4
> ------------------------
>
> Key: PIO-124
> URL: https://issues.apache.org/jira/browse/PIO-124
> Project: PredictionIO
> Issue Type: Improvement
> Components: Ruby SDK
> Reporter: anothermh
> Assignee: Donald Szeto
> Priority: Minor
> Labels: ruby
> Fix For: 0.12.1 (Ruby SDK)
>
> Original Estimate: 0h
> Remaining Estimate: 0h
>
> Ruby 2.4 can only use the json gem if the version is 2.x or higher. The
> currently released version of the PredictionIO Ruby SDK has a dependency on
> json ~> 1.8.
> Support for Ruby 2.4 can be had easily by relaxing the version constraint on
> the json gem to allow 2.x versions that are required for Ruby 2.4, and then
> switching to newer versions of rspec and webmock that work with Ruby 2.4.
> There is an open pull request for this feature at
> https://github.com/apache/incubator-predictionio-sdk-ruby/pull/22.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)