Skip to content

Commit

Permalink
Merge pull request #47 from apainintheneck/fix-requires
Browse files Browse the repository at this point in the history
Based on upstream changes of default requires
  • Loading branch information
apainintheneck authored Aug 17, 2024
2 parents 603310f + eb7502f commit 30f69f4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion cmd/api-readall-test.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require "cli/parser"
require "abstract_command"
require "api"
require_relative "../lib/hd_utils"

module Homebrew
Expand Down
2 changes: 1 addition & 1 deletion cmd/branch-compare.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require "cli/parser"
require "abstract_command"
require_relative "../lib/hd_utils"

module Homebrew
Expand Down
2 changes: 1 addition & 1 deletion cmd/generate-api-diff.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require "cli/parser"
require "abstract_command"
require_relative "../lib/hd_utils"

module Homebrew
Expand Down
2 changes: 1 addition & 1 deletion cmd/service-diff.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require "cli/parser"
require "abstract_command"
require_relative "../lib/hd_utils"

module Homebrew
Expand Down

0 comments on commit 30f69f4

Please sign in to comment.