require ActiveSupport module to provide String#remove

fixes #421
This commit is contained in:
fig
2023-08-19 22:56:54 +01:00
parent d981c3c968
commit 1ab7405e36

View File

@@ -1,3 +1,5 @@
require "active_support/core_ext/string/filters"
class Kamal::Commands::Builder < Kamal::Commands::Base
delegate :create, :remove, :push, :clean, :pull, :info, to: :target