-
Notifications
You must be signed in to change notification settings - Fork 10
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
Ruby version #37
Comments
There should be no reason that any Ruby 2.3.x won't work, I believe our test suite failed against 2.4 and I haven't gone back to figure out what the bug was yet. The reason we normally lock the version to a single version is to keep it in sync with the .ruby-version file. At this point we have been actively working to merge this application with our registration app so we haven't put many cycles towards updating this app, which is why Ruby is still at 2.3.1. |
You can tag this as a question. |
@noraj1337 We have completed the merge of the scoreboard and the registration-app. The version with all features merged is available at https://github.com/mitre-cyber-academy/registration-app |
@rbclark Thanks, I'll take a look at it |
Why the gemfile specially require
ruby '2.3.1'
, ruby 2.3.3 or ruby 2.4.0 won't work?Can it be replaced by
ruby '>= 2.3.1'
?The text was updated successfully, but these errors were encountered: