Skip to content

Commit 30165d7

Browse files
committed
Added call to Bundler::Stats::CLI
1 parent 54a0c15 commit 30165d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/rails_stats/console_formatter.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
require "bundler/stats/cli"
2+
13
module RailsStats
24
class ConsoleFormatter < StatsFormatter
35
def to_s
6+
Bundler::Stats::CLI.start
7+
48
print_header
59
sorted_keys = @statistics.keys.sort
610
sorted_keys.each { |key| print_line(key, @statistics[key]) }

0 commit comments

Comments
 (0)