diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index caea6c25ec..7b60faf05d 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -163,7 +163,7 @@ GEM sorbet-runtime (0.5.9534) sorbet-runtime-stub (0.2.0) sorbet-static (0.5.9534-universal-darwin-14) - spoom (1.1.7) + spoom (1.1.8) sorbet (>= 0.5.9204) sorbet-runtime (>= 0.5.9204) thor (>= 0.19.2) diff --git a/Library/Homebrew/sorbet/rbi/gems/spoom@1.1.7.rbi b/Library/Homebrew/sorbet/rbi/gems/spoom@1.1.8.rbi similarity index 100% rename from Library/Homebrew/sorbet/rbi/gems/spoom@1.1.7.rbi rename to Library/Homebrew/sorbet/rbi/gems/spoom@1.1.8.rbi diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 28c97df3f7..07bf1bb906 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -98,7 +98,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-0.21.2/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-cobertura-2.1.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-stub-0.2.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/thor-1.2.1/lib" -$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/spoom-1.1.7/lib" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/spoom-1.1.8/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/yard-0.9.27/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/yard-sorbet-0.6.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/tapioca-0.6.1/lib"