diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 2a9c736796..281e83025e 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -163,7 +163,7 @@ GEM sorbet-runtime (0.5.9172) sorbet-runtime-stub (0.2.0) sorbet-static (0.5.9172-universal-darwin-14) - spoom (1.1.2) + spoom (1.1.3) colorize sorbet (>= 0.5.6347) sorbet-runtime diff --git a/Library/Homebrew/sorbet/rbi/gems/spoom@1.1.2.rbi b/Library/Homebrew/sorbet/rbi/gems/spoom@1.1.3.rbi similarity index 100% rename from Library/Homebrew/sorbet/rbi/gems/spoom@1.1.2.rbi rename to Library/Homebrew/sorbet/rbi/gems/spoom@1.1.3.rbi diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 573bd17e1e..93038541c9 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -99,6 +99,6 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-0.21.2/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-cobertura-1.4.2/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-stub-0.2.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/thor-1.1.0/lib" -$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/spoom-1.1.2/lib" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/spoom-1.1.3/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/tapioca-0.5.2/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/warning-1.2.0/lib"