Open tdclemens opened 9 years ago
@tdclemens did you find a work around for this? Use older version of GreenOnion or require a different version of rainbow? Update: I got it working by changing version in Gemfile to
gem 'rainbow', '1.99.2'
The rainbow require needs to change to require 'rainbow/ext/string' instead of require 'rainbow'.
when i tried to create skins with green onion 0.1.4 i get an error:
I looked into this and it looks like the rainbow require behavior was changed see: https://github.com/sickill/rainbow#string-mixin
In your gemspec no version is specified for rainbow, so my guess is that its grabbing 2.0 and expecting this new require behavior