Skip to content

Commit

Permalink
Remove vendored Ruby 2.6 gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Dec 11, 2023
1 parent 5ee6e96 commit 0bc2028
Show file tree
Hide file tree
Showing 225 changed files with 1 addition and 49,215 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
# Ignore Ruby gems for versions other than we explicitly vendor.
# Keep this in sync with the list in standalone/init.rb.
**/vendor/bundle/ruby/*/
!**/vendor/bundle/ruby/2.6.0/
!**/vendor/bundle/ruby/3.1.0/

# Ignore Bundler binary files
Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/standalone/init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
end

# This list should match .gitignore
vendored_versions = ["2.6", "3.1"].freeze
vendored_versions = ["3.1"].freeze
vendored_versions.include?("#{ruby_major}.#{ruby_minor}")
end.freeze

Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0bc2028

Please sign in to comment.