Skip to content

Commit

Permalink
Update derailed_benchmarks.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai authored Oct 4, 2024
1 parent badd34b commit 6c0f7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derailed_benchmarks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "rake", "> 10", "< 14"
gem.add_dependency "thor", ">= 0.19", "< 2"
if RUBY_VERSION >= '3.0'
gem.add_dependency "ruby-statistics", ">= 4.0"
gem.add_dependency "ruby-statistics", ">= 4.0.1"
else
gem.add_dependency "ruby-statistics", ">= 2.1"
end
Expand Down

0 comments on commit 6c0f7ce

Please sign in to comment.