Skip to content

Commit

Permalink
Merge pull request #1076 from basecamp/active-support-require-for-to-…
Browse files Browse the repository at this point in the history
…sentence

Add Active Support require for to_sentence
  • Loading branch information
djmb authored Oct 8, 2024
2 parents bbfcbfa + 06419f8 commit 91df935
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/kamal/cli/accessory.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "active_support/core_ext/array/conversions"

class Kamal::Cli::Accessory < Kamal::Cli::Base
desc "boot [NAME]", "Boot new accessory service on host (use NAME=all to boot all accessories)"
def boot(name, prepare: true)
Expand Down

0 comments on commit 91df935

Please sign in to comment.