Skip to content

Commit

Permalink
require ActiveSupport module to provide String#remove
Browse files Browse the repository at this point in the history
fixes #421
  • Loading branch information
fig committed Aug 19, 2023
1 parent e2c3709 commit 2ef1400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mrsk/commands/builder.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "active_support/core_ext/string/inquiry"

class Mrsk::Commands::Builder < Mrsk::Commands::Base
delegate :create, :remove, :push, :clean, :pull, :info, to: :target

Expand Down

0 comments on commit 2ef1400

Please sign in to comment.