Files
compiler-explorer/etc/config/ruby.amazon.properties
Ryan Davis dd0a0a6ebc Bump all extant versions of ruby, add ruby 3.1 for completeness (#6699)
Made changes that I think will help maintainability, dropping the patch
level version from all the variables...
2024-07-31 20:17:56 -05:00

27 lines
980 B
INI

compilers=&ruby
defaultCompiler=ruby334
group.ruby.compilers=ruby334:ruby324:ruby316:ruby307:ruby278:ruby268:ruby259
group.ruby.isSemVer=true
group.ruby.baseName=Ruby
group.ruby.groupName=Ruby YARV
group.ruby.compilerType=ruby
compiler.ruby334.semver=3.3.4
compiler.ruby334.exe=/opt/compiler-explorer/ruby-3.3.4/bin/ruby
compiler.ruby324.semver=3.2.4
compiler.ruby324.exe=/opt/compiler-explorer/ruby-3.2.4/bin/ruby
compiler.ruby324.alias=ruby322
compiler.ruby316.semver=3.1.6
compiler.ruby316.exe=/opt/compiler-explorer/ruby-3.1.6/bin/ruby
compiler.ruby307.semver=3.0.7
compiler.ruby307.exe=/opt/compiler-explorer/ruby-3.0.7/bin/ruby
compiler.ruby307.alias=ruby302
compiler.ruby278.semver=2.7.8
compiler.ruby278.exe=/opt/compiler-explorer/ruby-2.7.8/bin/ruby
compiler.ruby278.alias=ruby274
compiler.ruby268.semver=2.6.8
compiler.ruby268.exe=/opt/compiler-explorer/ruby-2.6.8/bin/ruby
compiler.ruby259.semver=2.5.9
compiler.ruby259.exe=/opt/compiler-explorer/ruby-2.5.9/bin/ruby