Skip to content

Commit edcf9e4

Browse files
committed
[#30] Explicitly set format as text for Bundler::Stats::CLI on ConsoleFormatter.
1 parent 805b022 commit edcf9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rails_stats/console_formatter.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module RailsStats
44
class ConsoleFormatter < StatsFormatter
55
def to_s
6-
Bundler::Stats::CLI.start
6+
Bundler::Stats::CLI.start(['--format', 'text'])
77

88
print_header
99
sorted_keys = @statistics.keys.sort
@@ -70,4 +70,4 @@ def print_schema_stats
7070
end
7171
end
7272
end
73-
end
73+
end

0 commit comments

Comments
 (0)