-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Mongoid 7.1 configuration to Travis #243
Conversation
Thank you! Add to README that mongoid 7.1 is supported and a changelog line "Support mongoid 7.1", please? |
@@ -12,7 +12,8 @@ env: | |||
- MONGOID_VERSION=4 | |||
- MONGOID_VERSION=5 | |||
- MONGOID_VERSION=6 | |||
- MONGOID_VERSION=7 | |||
- MONGOID_VERSION=70 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I were to nitpick, we can just do exact things here, e.g. 7.0
and 7.1
, then in Gemfile when '7.1'
instead of the regex. Seems unnecessarily complicated. We could maybe even write "~> 7.0.0" here and simplify the whole thing. Not a must, happy with this too.
Okay I did that. |
Looks like for 7 you forgot to modify .travis.yml so build is failing. Also how did you get a 1-letter Github username?!!!! ;) |
Resolved in #251 |
No description provided.