kreeti / kt-paperclip

Easy file attachment management for ActiveRecord
Other
275 stars 95 forks source link

Update tests for Ruby 3 compatibilty and fix YJIT read_attribute_for_validation #109

Closed gregpardo closed 1 year ago

gregpardo commented 1 year ago

https://github.com/Shopify/yjit/issues/306

We we're running 3.2.0 Ruby with YJIT enabled. This change seemed to fix the issue described in the thread. It would probably be best to have 3.2.0 in the test matrix through which would require more work.

ssinghi commented 1 year ago

@gregpardo is it still needed? Can you please update/close the PR. Thanks!

gregpardo commented 1 year ago

Closed as looks to be fixed with ruby update