-
Notifications
You must be signed in to change notification settings - Fork 10
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
Hashie dependency is too relaxed #15
Comments
Sorry about that, I'll tighten it up. |
Release 1.4.0 to fix this. |
I'm still getting this error even after updating to 1.4.0 |
@revyd you are? could you provide a minimal test case for it? I'm not getting it anymore. |
The error I'm getting in the console: The code in my view |
Same here, calling $ bundle show instagram-continued
/Users/leonelgalan/.rbenv/versions/2.3.4/lib/ruby/gems/2.3.0/gems/instagram-continued-1.4.0
$ bundle exec rails c > instagram_access_token = '28...ec'
# => "28...ec"
> Instagram.client(access_token: instagram_access_token).user_recent_media
# You are setting a key that conflicts with a built-in method Hashie::Mash#count defined in Enumerable. This can cause unexpected behavior when accessing the key via as a property. You can still access the key via the #[] method.
# ...
# => #<Hashie::Array ... |
I have no idea how to fix this. We are explicitly setting the hashie logger to NULL. Would love to fix this, but someone will have to send a PR for it to get fixed. |
@zhu1230 I still get
|
Hi, @hossamhossny |
I might be very confused as I require instagram_api_client in my code which is another gem that says that it uses InstagramApi and so I assumed it this gem with your patch applied. https://github.com/agilie/instagram_api_gem |
7cfc2e1 introduced changes that are only supported by hashie >= 3.5.1, when
hashie/logger
was added:That commit is supposed to silence those warnings, but I'm on instagram-continued (1.3.3) and hashie (3.5.6) and I'm still getting them:
The text was updated successfully, but these errors were encountered: