Merge pull request #422 from fig/fix-421

require ActiveSupport module to provide String#remove
This commit is contained in:
David Heinemeier Hansson
2023-08-23 13:50:04 -07:00
committed by GitHub

View File

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