ruby / json

JSON implementation for Ruby
https://ruby.github.io/json
Other
673 stars 326 forks source link

Installation on a machine without a compiler #600

Open mperham opened 2 weeks ago

mperham commented 2 weeks ago

I'm trying to install the json gem on a production machine which cannot have dev tools installed for security reasons. Would it be possible to make the native extension either optional or to publish cross platform builds for x86_64-linux (like nokogiri does today)?