Skip to content

Commit

Permalink
Merge pull request #120 from Homebrew/sync_shared_config
Browse files Browse the repository at this point in the history
sync/shared-config: move brew's ruby version to Library/Homebrew.
  • Loading branch information
MikeMcQuaid committed Jun 6, 2024
2 parents 3635f65 + cfee141 commit a95c7ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/sync/shared-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ def git(*args)
when ruby_version
next if custom_ruby_version_repos.include?(repository_name)

target_path = target_directory_path/"Library/Homebrew/#{ruby_version}" if repository_name == "brew"

target_path.write("#{homebrew_ruby_version}\n")
when rubocop_yml
next if custom_rubocop_repos.include?(repository_name)
Expand Down

0 comments on commit a95c7ce

Please sign in to comment.