We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f91fb0 commit 8337b70Copy full SHA for 8337b70
1 file changed
lib/rom/sql/extensions/rails_log_subscriber.rb
@@ -14,8 +14,8 @@ class RailsLogSubscriber < ActiveSupport::LogSubscriber
14
end
15
16
COLOR_OPTION =
17
- if as_version && as_version >= ::Gem::Version.new('7.2')
18
- { color: true }
+ if as_version && as_version >= ::Gem::Version.new('7.1.2')
+ { bold: true }
19
else
20
true
21
0 commit comments