brew vendor-gems: commit updates.

This commit is contained in:
BrewTestBot 2023-11-17 18:10:48 +00:00
parent dfb7a6371e
commit a4962a6677
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
10 changed files with 2785 additions and 1180 deletions

View File

@ -182,6 +182,7 @@ GEM
zeitwerk (2.6.12)
PLATFORMS
aarch64-linux
arm-linux
arm64-darwin
x86_64-darwin

View File

@ -33,7 +33,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tzinfo-2.0.6/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/zeitwerk-2.6.12/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/activesupport-6.1.7.6/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/public_suffix-5.0.3/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/public_suffix-5.0.4/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/addressable-2.8.5/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ast-2.4.2/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bindata-2.4.15/lib")

View File

@ -9,6 +9,6 @@
module PublicSuffix
# @return [String] the current library version
VERSION = "5.0.3"
VERSION = "5.0.4"
end