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 correct sqlite3 versions in tests #329

Closed fatkodima closed 2 months ago

fatkodima commented 2 months ago

We do not specify the exact sqlite3 version in the Gemfiles. Recently, the sqlite3 v2 was released, but rails wants ~> 1.4.

mvz commented 2 months ago

Thanks, @fatkodima!