msjit / testcasedb

TestCaseDB - Web based test case management
MIT License
40 stars 18 forks source link

unable to build json v1.8.1 with ruby 2.2.x #104

Closed kirantpatil closed 8 years ago

kirantpatil commented 8 years ago

Hi,

I tried to build the app on ruby 2.2.x and it gave me json 1.8.1 error which is resolved by updating Gemfile.lock file with Json pointing to v1.8.2 (https://github.com/flori/json/issues/229).

Installed ruby-devel to compile gems with native extensions.

Thanks.

kirantpatil commented 8 years ago

closing this issue