-
Notifications
You must be signed in to change notification settings - Fork 27
Requires configuration even when not in use? #33
Comments
The reason this happens is that |
I don't think I'm requiring the adapter in my own code. I'll dig into this when I can and see what can be done to improve things for me. |
I missed an obvious point in my last comment: Lita calls |
Ahh that helps clarify things. I will try using bundler groups. Thanks! On Friday, January 8, 2016, Jimmy Cuadra [email protected] wrote:
|
My Gemfile.lock specifies lita-hipchat, but my lita_config.rb does not. For debugging, I use the shell adapter.
The above config seems to insist that it be given Hipchat credentials. I think this is new behavior since this config used to not require hipchat credentials. I'm open to writing the fix but wanted to file it first in case anyone had any thoughts on it.
As a workaround, I delete
lita-hipchat
from my Gemfile/gemspec and rerunbundle install
to switch back to the Shell adapter during development.The text was updated successfully, but these errors were encountered: