Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Error: undefined method 'yellow' #97

Closed
Andrew-LShift opened this issue Nov 25, 2015 · 2 comments
Closed

Error: undefined method 'yellow' #97

Andrew-LShift opened this issue Nov 25, 2015 · 2 comments

Comments

@Andrew-LShift
Copy link

I ran a command similar to this with Kensa 2.4.3:

kensa run -f addon-manifest.json -p myplan sh

And got this error:

Testing config data
  Check is a hash [PASS]
  Check all config keys were previously defined in the manifest [PASS]
  Check all keys in the manifest are present/home/andrew/.gem/ruby/2.0.0/gems/kensa-2.4.3/lib/heroku/kensa/check.rb:206:in `block in call!': undefined method `yellow' for #<Heroku::Kensa::ProvisionResponseCheck:0x007f76a5f5d3b8> (NoMethodError)

When I run the same command in Kensa 2.4.2, it works fine. I am completely new to Kensa so I'm far from sure that this is a regression, but it seemed worth flagging up here.

In particular, this change looks suspicious:

87905ca#diff-f66b8de549216f35e05b5c866024b854L171

@mathias
Copy link
Contributor

mathias commented Nov 25, 2015

Got it. Looks like I missed one of the colorizing methods when checking the codebase. On it.

@mathias
Copy link
Contributor

mathias commented Dec 2, 2015

https://rubygems.org/gems/kensa/versions/2.4.4 should fix your issue. Thanks again for reporting it!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants