From d69b8277151afeb2832885dc5891f4325b449af9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 10:38:32 +0000 Subject: [PATCH 1/3] build(deps): bump bootsnap from 1.14.0 to 1.15.0 in /Library/Homebrew Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/Shopify/bootsnap/releases) - [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: bootsnap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 476cb60fec..e99e46069c 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -11,7 +11,7 @@ GEM public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) bindata (2.4.14) - bootsnap (1.14.0) + bootsnap (1.15.0) msgpack (~> 1.2) byebug (11.1.3) coderay (1.1.3) From d121cd6cc14ffa71648fa9e12dbb024ff9b980d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 29 Nov 2022 10:42:15 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/vendor/bundle/bundler/setup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index ebdb030d81..f82564c91d 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -35,8 +35,8 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bindata-2.4.14/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/msgpack-1.6.0") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/msgpack-1.6.0/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/bootsnap-1.14.0") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bootsnap-1.14.0/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/bootsnap-1.15.0") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bootsnap-1.15.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/byebug-11.1.3") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/byebug-11.1.3/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/coderay-1.1.3/lib") From 23ef33c3b1e25384c999135383fdd7f199fc693b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 29 Nov 2022 10:47:12 +0000 Subject: [PATCH 3/3] Update RBI files for bootsnap. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow. --- .../rbi/gems/{bootsnap@1.14.0.rbi => bootsnap@1.15.0.rbi} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{bootsnap@1.14.0.rbi => bootsnap@1.15.0.rbi} (94%) diff --git a/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.14.0.rbi b/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.15.0.rbi similarity index 94% rename from Library/Homebrew/sorbet/rbi/gems/bootsnap@1.14.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/bootsnap@1.15.0.rbi index 79fbb1ef35..01601c3fcc 100644 --- a/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.14.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.15.0.rbi @@ -18,7 +18,7 @@ module Bootsnap def logger; end def logger=(logger); end def rb_get_path(fname); end - def setup(cache_dir:, development_mode: T.unsafe(nil), load_path_cache: T.unsafe(nil), ignore_directories: T.unsafe(nil), compile_cache_iseq: T.unsafe(nil), compile_cache_yaml: T.unsafe(nil), compile_cache_json: T.unsafe(nil)); end + def setup(cache_dir:, development_mode: T.unsafe(nil), load_path_cache: T.unsafe(nil), ignore_directories: T.unsafe(nil), readonly: T.unsafe(nil), compile_cache_iseq: T.unsafe(nil), compile_cache_yaml: T.unsafe(nil), compile_cache_json: T.unsafe(nil)); end def unload_cache!; end end end @@ -26,7 +26,7 @@ end module Bootsnap::CompileCache class << self def permission_error(path); end - def setup(cache_dir:, iseq:, yaml:, json:); end + def setup(cache_dir:, iseq:, yaml:, json:, readonly: T.unsafe(nil)); end def supported?; end end end @@ -54,7 +54,7 @@ module Bootsnap::LoadPathCache def enabled?; end def load_path_cache; end def loaded_features_index; end - def setup(cache_path:, development_mode:, ignore_directories:); end + def setup(cache_path:, development_mode:, ignore_directories:, readonly: T.unsafe(nil)); end def supported?; end def unload!; end end @@ -193,7 +193,7 @@ Bootsnap::LoadPathCache::PathScanner::REQUIRABLE_EXTENSIONS = T.let(T.unsafe(nil Bootsnap::LoadPathCache::SLASH = T.let(T.unsafe(nil), String) class Bootsnap::LoadPathCache::Store - def initialize(store_path); end + def initialize(store_path, readonly: T.unsafe(nil)); end def fetch(key); end def get(key); end