Skip to content

Commit 60868cd

Browse files
committed
sync/shared-config: fix a RuboCop offense
Needed after Homebrew/brew#18842.
1 parent 335a645 commit 60868cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/sync/shared-config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ def git(*args)
220220

221221
# Update Gemfile.lock if it exists, based on the Ruby version.
222222
#
223-
# rubocop:disable Homebrew/NegateInclude
224223
# We don't have Homebrew exclude? method here.
224+
# rubocop:disable Homebrew/NegateInclude
225225
if !custom_ruby_version_repos.include?(repository_name) && target_gemfile_lock.exist?
226226
Dir.chdir target_directory_path do
227227
require "bundler"

0 commit comments

Comments
 (0)