We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 335a645 + 60868cd commit ee89fbeCopy full SHA for ee89fbe
.github/actions/sync/shared-config.rb
@@ -220,8 +220,8 @@ def git(*args)
220
221
# Update Gemfile.lock if it exists, based on the Ruby version.
222
#
223
-# rubocop:disable Homebrew/NegateInclude
224
# We don't have Homebrew exclude? method here.
+# rubocop:disable Homebrew/NegateInclude
225
if !custom_ruby_version_repos.include?(repository_name) && target_gemfile_lock.exist?
226
Dir.chdir target_directory_path do
227
require "bundler"
0 commit comments