From 6caa9de37149e9ccf0e9a0efd2fff4b6f03c8ab2 Mon Sep 17 00:00:00 2001 From: Armin Kirchner Date: Wed, 9 Jul 2025 09:45:38 +0200 Subject: [PATCH] chore: Remove unused jRuby environment The jRuby environment has no supported/maintained docker image. --- spec/factories/execution_environment.rb | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/spec/factories/execution_environment.rb b/spec/factories/execution_environment.rb index c77eee8dc..7c5c30284 100644 --- a/spec/factories/execution_environment.rb +++ b/spec/factories/execution_environment.rb @@ -53,24 +53,6 @@ testing_framework { 'JunitAdapter' } end - factory :jruby, class: 'ExecutionEnvironment' do - created_by_teacher - default_memory_limit - default_cpu_limit - docker_image { 'hklement/ubuntu-jruby:latest' } - file_type { association :dot_rb, user: } - help - name { 'JRuby 1.7' } - network_enabled { false } - privileged_execution { false } - permitted_execution_time { 10.seconds } - pool_size { 0 } - run_command { 'jruby %{filename}' } - singleton_execution_environment - test_command { 'rspec %{filename} --format documentation' } - testing_framework { 'RspecAdapter' } - end - factory :node_js, class: 'ExecutionEnvironment' do created_by_teacher default_memory_limit