diff --git a/tool/update_ci_versions.rb b/tool/update_ci_versions.rb index 752f18f..a56fc59 100755 --- a/tool/update_ci_versions.rb +++ b/tool/update_ci_versions.rb @@ -20,7 +20,7 @@ def create_files json = JSON.parse(URI.open(RUBY_VERSIONS_FILE) {|f| f.read}) cruby = parse_cruby(json) jruby = ["jruby", "jruby-head"] - truffleruby = ["truffleruby", "truffleruby-head"] + truffleruby = ["truffleruby"] File.open('cruby.json', 'w') do |f| f.puts cruby.to_json