thethemefoundry / forge

Build WordPress themes using Sass, LESS, and CoffeeScript
http://forge.thethemefoundry.com
MIT License
233 stars 51 forks source link

Update to latest `json` (1.8.0) gem #70

Closed audionerd closed 11 years ago

audionerd commented 11 years ago

In certain environments, json gem install fails.

For me, this was happening with Ruby 2.0 on a Vagrant VM.

For reference on this bug, see:

https://github.com/tscolari/mobylette/pull/30

Simply depending on json 1.8.x instead of 1.6.x fixed the issue for me.