mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #11776 from Homebrew/dependabot/bundler/Library/Homebrew/bootsnap-1.7.6
build(deps): bump bootsnap from 1.7.5 to 1.7.6 in /Library/Homebrew
This commit is contained in:
commit
f76c52445e
@ -11,7 +11,7 @@ GEM
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
ast (2.4.2)
|
||||
bindata (2.4.10)
|
||||
bootsnap (1.7.5)
|
||||
bootsnap (1.7.6)
|
||||
msgpack (~> 1.0)
|
||||
byebug (11.1.3)
|
||||
coderay (1.1.3)
|
||||
|
@ -3027,6 +3027,8 @@ module Bootsnap::LoadPathCache::ChangeObserver::ArrayMixin
|
||||
|
||||
def []=(*args, &block); end
|
||||
|
||||
def append(*entries); end
|
||||
|
||||
def clear(*args, &block); end
|
||||
|
||||
def collect!(*args, &block); end
|
||||
@ -3053,6 +3055,8 @@ module Bootsnap::LoadPathCache::ChangeObserver::ArrayMixin
|
||||
|
||||
def pop(*args, &block); end
|
||||
|
||||
def prepend(*entries); end
|
||||
|
||||
def push(*entries); end
|
||||
|
||||
def reject!(*args, &block); 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}/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}/extensions/x86_64-darwin-14/2.6.0-static/bootsnap-1.7.5"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/bootsnap-1.7.5/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/bootsnap-1.7.6"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/bootsnap-1.7.6/lib"
|
||||
$:.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}/gems/byebug-11.1.3/lib"
|
||||
|
Loading…
x
Reference in New Issue
Block a user