Remove concurrent ruby gem no longer needed
This commit is contained in:
1
Gemfile
1
Gemfile
@ -46,7 +46,6 @@ gem 'webpacker'
|
|||||||
gem 'whenever', require: false
|
gem 'whenever', require: false
|
||||||
|
|
||||||
# Error Tracing
|
# Error Tracing
|
||||||
gem 'concurrent-ruby'
|
|
||||||
gem 'mnemosyne-ruby'
|
gem 'mnemosyne-ruby'
|
||||||
gem 'newrelic_rpm'
|
gem 'newrelic_rpm'
|
||||||
gem 'sentry-rails'
|
gem 'sentry-rails'
|
||||||
|
@ -5,8 +5,6 @@ class Submission < ApplicationRecord
|
|||||||
include Creation
|
include Creation
|
||||||
include ActionCableHelper
|
include ActionCableHelper
|
||||||
|
|
||||||
require 'concurrent/future'
|
|
||||||
|
|
||||||
CAUSES = %w[assess download file render run save submit test autosave requestComments remoteAssess
|
CAUSES = %w[assess download file render run save submit test autosave requestComments remoteAssess
|
||||||
remoteSubmit].freeze
|
remoteSubmit].freeze
|
||||||
FILENAME_URL_PLACEHOLDER = '{filename}'
|
FILENAME_URL_PLACEHOLDER = '{filename}'
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'concurrent'
|
|
||||||
require 'pathname'
|
require 'pathname'
|
||||||
|
|
||||||
class DockerClient
|
class DockerClient
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# 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.
|
# 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.
|
# return_container is not used anymore because runners are not shared between users anymore.
|
||||||
# create_container is done by the DockerContainerPool.
|
# create_container is done by the DockerContainerPool.
|
||||||
|
Reference in New Issue
Block a user