-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broken with ActiveSupport error #121
Comments
Thank you for this issue. Looks like we depend on a gem that's broken because of updates in AS. There's an umerged PR carmen-ruby/carmen#298 for this. I'm thinking of looking for alternatives or forking that gem. A PR will be very welcome. 😊 |
I commented on the pull request for carmen. Hopefully it spurs some action. That simple I haven't looked at how carmen is used in Kovid yet, though. |
@Jberczel maybe you can help with this? Is there a chance you could help us find an alternative to Carmen or maybe fork and publish the fix mentioned in carmen-ruby/carmen#298? |
@siaw23 - It looks like carmen is only used to lookup state codes for USA. I think we can just remove it and use a ruby hash to look those up? I think when I originally added the carmen dependency, I expected us to be able to use it for other country and province lookups. Let me know if you're okay with that approach, and I can submit a PR. |
I'm OK with that approach. I think we only look up states for USA so we might not need Carmen after all. Please submit a PR if you can. @Jberczel |
The code looks functional and the fix works well so far. Thanks! |
The text was updated successfully, but these errors were encountered: