-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update hashie dependency? #11
Comments
We are hitting a similar issue and would love to use hashie 3.3.1 -- is that too great a leap? |
+1. hashie 3.2 here |
+1 |
1 similar comment
+1 |
Pull request to update hashie. It changes the namespace to Hashie::Hash::Rash as hashie themselves have implemented a Hashie::Rash class. pull request #15 Also, for anyone needing it now, I've forked the repository and updated it to use hashie 3.x. Can be found at https://github.com/wzcolon/rash |
We're using a gem that requires rash but to use it, we have to downgrade our hashie gem from 2.1.2
to 2.0.5, would it be possible to upgrade that dependency?
The text was updated successfully, but these errors were encountered: