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
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
...so that I can use hanna as my default rdoc template (especially for local gem docs).
This worked up until I installed a new version of HAML (3.0.9): Hanna ignored the request in the gemspec to load HAML 2.x, and just loaded the most recent version, leading to deprecation warnings galore.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In my .gemrc I have:
...so that I can use hanna as my default rdoc template (especially for local gem docs).
This worked up until I installed a new version of HAML (3.0.9): Hanna ignored the request in the
gemspec
to load HAML 2.x, and just loaded the most recent version, leading to deprecation warnings galore.The text was updated successfully, but these errors were encountered: