mitre-cyber-academy / ctf-scoreboard-archive

Repository for the Deprecated MITRE Capture the Flag scoreboard.
Apache License 2.0
11 stars 10 forks source link

Ruby version #37

Open noraj opened 7 years ago

noraj commented 7 years ago

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'?

rbclark commented 7 years ago

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.

noraj commented 7 years ago

You can tag this as a question.

rbclark commented 7 years ago

@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

noraj commented 7 years ago

@rbclark Thanks, I'll take a look at it