You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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'
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
The text was updated successfully, but these errors were encountered: