Skip to content

Commit

Permalink
Merge pull request #239 from rzilient-club/main
Browse files Browse the repository at this point in the history
Replace statistics require for ruby-statistics as it fails on Rails 7.2
  • Loading branch information
pcai authored Sep 29, 2024
2 parents b848978 + f61fefd commit 507186a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion derailed_benchmarks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "rack", ">= 1"
gem.add_dependency "rake", "> 10", "< 14"
gem.add_dependency "thor", ">= 0.19", "< 2"
gem.add_dependency "ruby-statistics", ">= 2.1"
gem.add_dependency "ruby-statistics", ">= 4.0"
gem.add_dependency "mini_histogram", ">= 0.3.0"
gem.add_dependency "dead_end", ">= 0"
gem.add_dependency "rack-test", ">= 0"
Expand Down
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 507186a

Please sign in to comment.