mongoid / mongoid-grid_fs

A pure Mongoid/Moped implementation of the MongoDB GridFS specification.
Other
83 stars 50 forks source link

Add support for Mongoid 8 #79

Closed wulffeld closed 1 year ago

wulffeld commented 2 years ago

Hopefully fixes https://github.com/mongoid/mongoid-grid_fs/issues/78. Also need this for carrierwave-mongoid.

dblock commented 2 years ago

Travis CI is long MIA. Can we do a GHA upgrade first in a separate PR or part of this? You can copy-paste from https://github.com/mongoid/mongoid-compatibility/pull/13 for example.

wulffeld commented 2 years ago

Travis CI is long MIA. Can we do a GHA upgrade first in a separate PR or part of this? You can copy-paste from mongoid/mongoid-compatibility#13 for example.

Yeah so I noticed. I think a separate PR might be best.

dblock commented 2 years ago

@wulffeld I don't want to merge any changes without working CI. Care to do the Travis -> GHA in a separate PR first?