Skip to content

Commit 0873377

Browse files
committed
Fixes #33682 - Address review comments
1 parent 3a2c9de commit 0873377

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lib/smart_proxy_remote_execution_ssh.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
require 'smart_proxy_remote_execution_ssh/version'
33
require 'smart_proxy_remote_execution_ssh/plugin'
44
require 'smart_proxy_remote_execution_ssh/webrick_ext'
5-
require 'sequel'
65

76
module Proxy::RemoteExecution
87
module Ssh

lib/smart_proxy_remote_execution_ssh/job_storage.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# lib/job_storage.rb
2+
require 'sequel'
23

34
module Proxy::RemoteExecution::Ssh
45
class JobStorage

lib/smart_proxy_remote_execution_ssh/plugin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Proxy::RemoteExecution::Ssh
22
class Plugin < Proxy::Plugin
33
SSH_LOG_LEVELS = %w[debug info warn error fatal].freeze
4-
MODES = %i[ssh async-ssh pull pull-mqtt]
4+
MODES = %i[ssh async-ssh pull pull-mqtt].freeze
55

66
http_rackup_path File.expand_path("http_config.ru", File.expand_path("../", __FILE__))
77
https_rackup_path File.expand_path("http_config.ru", File.expand_path("../", __FILE__))

0 commit comments

Comments
 (0)