Remove concurrent ruby gem no longer needed

This commit is contained in:
Sebastian Serth
2021-09-19 14:50:34 +02:00
parent fd9e243064
commit 13c378b980
4 changed files with 0 additions and 7 deletions

View File

@ -1,6 +1,5 @@
# frozen_string_literal: true
require 'concurrent'
require 'pathname'
class DockerClient

View File

@ -1,8 +1,5 @@
# frozen_string_literal: true
require 'concurrent/future'
require 'concurrent/timer_task'
# get_container, destroy_container was moved to lib/runner/strategy/docker_container_pool.rb.
# return_container is not used anymore because runners are not shared between users anymore.
# create_container is done by the DockerContainerPool.