rash icon indicating copy to clipboard operation
rash copied to clipboard

Update hashie dependency?

Open ajungo opened this issue 10 years ago • 5 comments

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?

ajungo avatar Nov 25 '14 18:11 ajungo

We are hitting a similar issue and would love to use hashie 3.3.1 -- is that too great a leap?

cforcey avatar Dec 02 '14 20:12 cforcey

+1. hashie 3.2 here

dbenjamin57 avatar Feb 04 '15 18:02 dbenjamin57

+1

miharekar avatar Feb 05 '15 08:02 miharekar

+1

andriytyurnikov avatar May 21 '15 13:05 andriytyurnikov

Pull request to update hashie. It changes the namespace to Hashie::Hash::Rash as hashie themselves have implemented a Hashie::Rash class.

pull request https://github.com/tcocca/rash/pull/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

wzcolon avatar Aug 13 '15 03:08 wzcolon