Skip to content

Commit

Permalink
Set Bundler's UI level to silent before indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Feb 21, 2024
1 parent bc2223f commit 4963cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ruby_indexer/lib/ruby_indexer/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def load_config

sig { returns(T::Array[IndexablePath]) }
def indexables
Bundler.ui.level = :silent
excluded_gems = @excluded_gems - @included_gems
locked_gems = Bundler.locked_gems&.specs

Expand Down

0 comments on commit 4963cb9

Please sign in to comment.