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
Yes. 51b450a actually fixed it. Hash#select works differently in 1.8.7 than Hash#select in 1.9, so 588af56 actually returned an Array instead of a Hash in 1.8.7, which caused errors. Please use 51b450a.
Thanks for the error report. I wasn't aware of all these differences in behavior in the way these methods worked in different versions of Ruby.
Function changes_for_paper_trail uses keep_if which only works on ruby 1.9.2 onwards!
This is fixed by adding backports gem to bring in these changes to 1.8.X, but should probably be fixed in this gem.
--Amit
The text was updated successfully, but these errors were encountered: