-
Notifications
You must be signed in to change notification settings - Fork 30
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
Error after upgrading to 3.0 #19
Comments
Simple-feed 3.0 is broken out the box. I checked out the gem at 3.0 and tried running the redis example.
Side note, the dependencies listed in that file are incomplete. The full list is Update: I'm getting the same behaviour with 2.1.0. Backdating to 2.0.2 works. |
@archonic Thank you for reporting, and sorry about the breakage. Looking at in right now. |
@archonic What version of Ruby are you using? Would you mind running I am unable to reproduce this issue on 2.7.1, and the tests are passing on: - 2.3.8
- 2.4.10
- 2.5.3
- 2.6.2
- 2.7.1 The tests most definitely call |
Yeah, I can't really reproduce this at all. Not sure what's going on, but please provide your Ruby environment. |
I got same error in my Rails app too. Ruby version is
|
@archonic Thanks so much! Looks like a Travis issue — tests are definitely breaking on 2.6 locally, but passing on Travis. Anyway, fix is on its way. Going to push 3.0.1 and yank 3.0.0. The reason for this issue if me updating |
Please install 3.0.1 and let me know if you have any issues. Thanks again! |
I've tried upgrading to 3.0 but I'm getting the following backtrace:
Here's my simple_feed.rb initializer
Is there an undocumented change to what
provider
accepts?Update:
The same backtrace happens when using
f.provider = SimpleFeed.provider(:hash)
. Seems 3.0 is broken all on it's own? Not sure how tests are passing if that were the case.The text was updated successfully, but these errors were encountered: