You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after updating to the newest version of the gem, I've started to run into some issues on my local machine (but not on my CI for some reasons) on a Rails 5.1 project:
Failure/Error: date_begin { Faker::Time.between(DateTime.now + 1.week, DateTime.now + 2.weeks) }
NoMethodError:
super: no superclass method `between' for Faker::Time:Class
Most recent working version: v1.7.3
Failing version: v1.8.0
FYI, I've managed to isolate the commit that "introduces" the failures through git bisect: baf7f82
I've located a few issues that seem linked one way or the other (by the type of error involved):
I'm not really sure what is going on there (aside from that it might a be a require issue) but would be glad to contribute if you guys could give me a starting point :)
The text was updated successfully, but these errors were encountered:
Hi all,
after updating to the newest version of the gem, I've started to run into some issues on my local machine (but not on my CI for some reasons) on a Rails 5.1 project:
FYI, I've managed to isolate the commit that "introduces" the failures through
git bisect
: baf7f82I've located a few issues that seem linked one way or the other (by the type of error involved):
I'm not really sure what is going on there (aside from that it might a be a
require
issue) but would be glad to contribute if you guys could give me a starting point :)The text was updated successfully, but these errors were encountered: