ActsAsParanoid / acts_as_paranoid

ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
MIT License
1.45k stars 190 forks source link

Use ruby-setup's native caching #318

Closed mvz closed 9 months ago

mvz commented 9 months ago

This action supports caching with different gemfiles out of the box. See https://github.com/ruby/setup-ruby#matrix-of-gemfiles.

mvz commented 9 months ago

JRuby failures seem to be due to https://github.com/ruby/psych/issues/655. It'll probably get fixed soon so let's wait for that a bit.