Merge pull request #12474 from Homebrew/dependabot/bundler/Library/Homebrew/bootsnap-1.9.3
build(deps): bump bootsnap from 1.9.1 to 1.9.3 in /Library/Homebrew
This commit is contained in:
commit
be36f70e37
@ -11,7 +11,7 @@ GEM
|
|||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
bindata (2.4.10)
|
bindata (2.4.10)
|
||||||
bootsnap (1.9.1)
|
bootsnap (1.9.3)
|
||||||
msgpack (~> 1.0)
|
msgpack (~> 1.0)
|
||||||
byebug (11.1.3)
|
byebug (11.1.3)
|
||||||
coderay (1.1.3)
|
coderay (1.1.3)
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
|
# typed: true
|
||||||
|
|
||||||
# DO NOT EDIT MANUALLY
|
# DO NOT EDIT MANUALLY
|
||||||
# This is an autogenerated file for types exported from the `bootsnap` gem.
|
# This is an autogenerated file for types exported from the `bootsnap` gem.
|
||||||
# Please instead update this file by running `bin/tapioca gem bootsnap`.
|
# Please instead update this file by running `bin/tapioca gem bootsnap`.
|
||||||
|
|
||||||
# typed: true
|
|
||||||
|
|
||||||
module Bootsnap
|
module Bootsnap
|
||||||
extend ::Bootsnap
|
extend ::Bootsnap
|
||||||
|
|
||||||
@ -62,7 +62,7 @@ class Bootsnap::LoadPathCache::Cache
|
|||||||
def initialize(store, path_obj, development_mode: T.unsafe(nil)); end
|
def initialize(store, path_obj, development_mode: T.unsafe(nil)); end
|
||||||
|
|
||||||
def absolute_path?(path); end
|
def absolute_path?(path); end
|
||||||
def find(feature); end
|
def find(feature, try_extensions: T.unsafe(nil)); end
|
||||||
def load_dir(dir); end
|
def load_dir(dir); end
|
||||||
def push_paths(sender, *paths); end
|
def push_paths(sender, *paths); end
|
||||||
def reinitialize(path_obj = T.unsafe(nil)); end
|
def reinitialize(path_obj = T.unsafe(nil)); end
|
||||||
@ -75,7 +75,7 @@ class Bootsnap::LoadPathCache::Cache
|
|||||||
def maybe_append_extension(f); end
|
def maybe_append_extension(f); end
|
||||||
def now; end
|
def now; end
|
||||||
def push_paths_locked(*paths); end
|
def push_paths_locked(*paths); end
|
||||||
def search_index(f); end
|
def search_index(f, try_extensions: T.unsafe(nil)); end
|
||||||
def stale?; end
|
def stale?; end
|
||||||
def try_ext(f); end
|
def try_ext(f); end
|
||||||
def try_index(f); end
|
def try_index(f); end
|
||||||
@ -15,8 +15,8 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ast-2.4.2/lib"
|
|||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/bindata-2.4.10/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/bindata-2.4.10/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/msgpack-1.4.2"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/msgpack-1.4.2"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/msgpack-1.4.2/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/msgpack-1.4.2/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/bootsnap-1.9.1"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/bootsnap-1.9.3"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/bootsnap-1.9.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/bootsnap-1.9.3/lib"
|
||||||
$:.unshift "#{path}/"
|
$:.unshift "#{path}/"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/byebug-11.1.3"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/byebug-11.1.3"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/byebug-11.1.3/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/byebug-11.1.3/lib"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user