Skip to content

Commit

Permalink
Set default ruby priority to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
lovro-bikic committed Oct 24, 2024
1 parent d4b6f9c commit 4e8a029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/polariscope/scanner/calculation_context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Polariscope
module Scanner
class CalculationContext
DEPENDENCY_PRIORITIES = { rails: 10.0 }.freeze
DEPENDENCY_PRIORITIES = { ruby: 10.0, rails: 10.0 }.freeze
GROUP_PRIORITIES = { default: 2.0, production: 2.0 }.freeze
DEFAULT_DEPENDENCY_PRIORITY = 1.0

Expand Down

0 comments on commit 4e8a029

Please sign in to comment.