activerecord-session_store icon indicating copy to clipboard operation
activerecord-session_store copied to clipboard

Remove multi_json as dependency in favor of std-lib json

Open robsdudeson opened this issue 1 year ago • 3 comments

multi_json is End of Life for over a decade now

we should use the ruby std-lib json instead

robsdudeson avatar Jan 13 '24 03:01 robsdudeson

Also implemented here: https://github.com/rails/activerecord-session_store/pull/213

otherguy avatar Sep 04 '24 12:09 otherguy

I've moved on from a project where this was a problem. I'm happy to go with your approach, though I'm not a maintainer on this.

robsdudeson avatar Sep 04 '24 14:09 robsdudeson

Yeah, our PRs are identical. I just wanted to cross link it here, in case someone else stumbles upon this issue.

Perhaps @byroot could take a look at merging one of them?

otherguy avatar Sep 04 '24 15:09 otherguy

Fixed in 2.2.0

byroot avatar Mar 26 '25 07:03 byroot

Thank you for the new release!

otherguy avatar May 30 '25 08:05 otherguy