lib/tapioca/commands/require.rb in tapioca-0.10.1 vs lib/tapioca/commands/require.rb in tapioca-0.10.2

- old
+ new

@@ -1,14 +1,14 @@ # typed: strict # frozen_string_literal: true module Tapioca module Commands - class Require < Command + class Require < CommandWithoutTracker sig do params( requires_path: String, - sorbet_config_path: String + sorbet_config_path: String, ).void end def initialize(requires_path:, sorbet_config_path:) @requires_path = requires_path @sorbet_config_path = sorbet_config_path