Skip to content

Is there some ETA for the next mongoid release? #5833

Closed Answered by jamis
cperezabo asked this question in Q&A
Discussion options

You must be logged in to vote

It'll be a few weeks, at least -- we don't have any immediate plans for the next release, but I'll add a ticket for it. We'll discuss a timeline for it at our next standup.

Note that you can lock mongoid to a github repository via your Gemfile, too. It's not generally recommended to run directly on the master branch (it can be unstable, though we do our best to keep it stable), but it might let you use the fix you need while you wait for the gem to be released:

gem 'mongoid', git: 'https://github.com/mongodb/mongoid.git'

Additionally, for safety, you can specify the specific commit that you want to lock to, if you know a particular commit works reliably for you:

gem 'mongoid', git: 'https…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@cperezabo
Comment options

Answer selected by cperezabo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants