Closed pat-whitrock closed 5 months ago
This is related to https://github.com/Betterment/demo_mode/pull/23. I was too hasty and forgot to actually require 'cli/ui' as outlined in the cli-ui installation instructions.
require 'cli/ui'
I tested this in a project using demo_mode by pointing it at this branch of the gem locally and this resolved the same issue mentioned in https://github.com/Betterment/demo_mode/pull/23 (which that PR didn't resolve on its own).
This is related to https://github.com/Betterment/demo_mode/pull/23. I was too hasty and forgot to actually
require 'cli/ui'
as outlined in the cli-ui installation instructions.I tested this in a project using demo_mode by pointing it at this branch of the gem locally and this resolved the same issue mentioned in https://github.com/Betterment/demo_mode/pull/23 (which that PR didn't resolve on its own).