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
When running the tools via bundler, `riemann/tools/version` is loaded
and `Riemann::Tools::VERSION` is defined. But when running as a gem, it
is not loaded leading to an error at startup.
Explicitly require the version in the files that use it.
0 commit comments