Skip to content

Commit

Permalink
update requirement in lib/derailed_benchamrks/stats_from_dir.rb
Browse files Browse the repository at this point in the history
as mentioned in the issue
#237 the
`ruby-statistics` gem updated their namespce of their gem from
`statistics` to `ruby-statiscs`
estebanz01/ruby-statistics@baadc9f
and
estebanz01/ruby-statistics@00312b9
this commit is addressing the change
  • Loading branch information
jabawack81 committed Aug 15, 2024
1 parent b848978 commit c9423c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/derailed_benchmarks/stats_from_dir.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

require 'bigdecimal'
require 'statistics'
require 'ruby-statistics'
require 'stringio'
require 'mini_histogram'
require 'mini_histogram/plot'
Expand Down

0 comments on commit c9423c6

Please sign in to comment.