stevenhaddox / rvm_fw

RVM::FW - Exposing hidden Rubies for firewalled RVMs
http://rvm-fw.herokuapp.com
MIT License
31 stars 9 forks source link

Outdated version of JSON gem fails on bundle install #33

Open esabelhaus opened 4 years ago

esabelhaus commented 4 years ago

https://github.com/stevenhaddox/rvm_fw/blob/579bb7d06cf8ca75b8b30efd74c457661502be34/Gemfile.lock#L54

Just needs a bundle update json and it fixes the following issue:


generator.c:861:25: error: ‘rb_cFixnum’ undeclared (first use in this function)
} else if (klass == rb_cFixnum) {```
stevenhaddox commented 4 years ago

Whoa, I completely missed this in my massive list of notifications. @esabelhaus are you up to submitting a PR and I'll get it merged in? Thanks!