Skip to content

Commit

Permalink
Update derailed_benchmarks.gemspec (#247)
Browse files Browse the repository at this point in the history
* Update derailed_benchmarks.gemspec

* cl entry
  • Loading branch information
pcai authored Oct 11, 2024
1 parent badd34b commit e1fbebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## HEAD

- Support REQUEST_METHOD, REQUEST_BODY, CONTENT_TYPE, and CONTENT_LENGTH env vars (https://github.com/zombocom/derailed_benchmarks/pull/234, https://github.com/zombocom/derailed_benchmarks/pull/122)
- Support ruby-statistics 4.x (https://github.com/zombocom/derailed_benchmarks/pull/238, https://github.com/zombocom/derailed_benchmarks/pull/239)
- Support ruby-statistics 4.x (https://github.com/zombocom/derailed_benchmarks/pull/238,
https://github.com/zombocom/derailed_benchmarks/pull/239, https://github.com/zombocom/derailed_benchmarks/pull/247)
- Repair tests, support ruby-statistics in ruby < 3.0 (https://github.com/zombocom/derailed_benchmarks/pull/241)
- Test Rails 7.1 and 7.2 (https://github.com/zombocom/derailed_benchmarks/pull/242)
- Switch from dead_end to syntax_suggest (https://github.com/zombocom/derailed_benchmarks/pull/243)
Expand Down
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 e1fbebf

Please sign in to comment.