Skip to content

Commit

Permalink
Freeze VENDOR_RUBY constant to appease RuboCop
Browse files Browse the repository at this point in the history
- Fixing tap syntax CI failures surfaced in Homebrew/brew#16346.
  • Loading branch information
issyl0 committed Dec 17, 2023
1 parent 234a9ee commit 4041c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/formula-analytics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def formula_analytics_args
end

REPO_ROOT = Pathname.new("#{File.dirname(__FILE__)}/..").freeze
VENDOR_RUBY = "#{REPO_ROOT}/vendor/ruby"
VENDOR_RUBY = "#{REPO_ROOT}/vendor/ruby".freeze
BUNDLER_SETUP = Pathname.new("#{VENDOR_RUBY}/bundler/setup.rb").freeze
FIRST_INFLUXDB_ANALYTICS_DATE = Date.new(2023, 03, 27).freeze

Expand Down

0 comments on commit 4041c76

Please sign in to comment.