suweller / mongoid-autoinc

⬆ Auto incrementing fields for Mongoid documents
MIT License
62 stars 44 forks source link

Incompatible with Mongoid 5.1.1 #28

Closed dylanbromby closed 8 years ago

dylanbromby commented 8 years ago

Autoinc 5.0.1 works with Mongoid 5.0.0 but not the latest (5.1.1) release. Submitted a pull request, even though ~> is supposed to be equivalent to >=. Not sure where the incompatibility lies - still looking.

Update:

This is fixed in the pull request by changing ~> 5.0.0 to ~> 5.0. Using 5.0.0 implies Mongoid compatibility of version 5.0.x, whereas using 5.0 implies compatibility with 5.x.

suweller commented 8 years ago

The related pull-request (#27 ), so I'm closing this too.