joemiller / bunchr

A Ruby/Rake DSL for building and packaging software into omnibus-style packages
86 stars 8 forks source link

Problem with JSON gem 1.6.6 and Ruby 2.2 #9

Open MattMencel opened 8 years ago

MattMencel commented 8 years ago

Hi @joemiller,

I'm attempting to do a Sensu Build on a Raspberyy Pi 2b running the latest Raspbian OS with Ruby 2.2. The bundle install fails due to a problem with the json gem version that gets pulled in with bunchr.

https://github.com/flori/json/issues/229

Is it possible to update the gem dependencies in bunchr to get json up to 1.8.3? I can roll back to Ruby 2.1 if I need to but thought I'd see if you had time to update this first.

Thanks, Matt

MattMencel commented 8 years ago

Looks like maybe just need to update the dependency on the fpm gem? That gemspec there has...

json >= 1.7.7