Skip to content

Commit

Permalink
[Close #251] Relax gem version requirement (#252)
Browse files Browse the repository at this point in the history
* [Close #251] Relax gem version requirement

* Trailing whitespace
  • Loading branch information
schneems authored Oct 15, 2024
1 parent 818f5fd commit 4bfaa52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## HEAD

- `get_process_mem` version requirements relaxed (https://github.com/zombocom/derailed_benchmarks/pull/252)

## 2.2.0

- 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,
- 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)
Expand Down
2 changes: 1 addition & 1 deletion derailed_benchmarks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|

gem.add_dependency "heapy", "~> 0"
gem.add_dependency "memory_profiler", ">= 0", "< 2"
gem.add_dependency "get_process_mem", "~> 0"
gem.add_dependency "get_process_mem"
gem.add_dependency "benchmark-ips", "~> 2"
gem.add_dependency "rack", ">= 1"
gem.add_dependency "rake", "> 10", "< 14"
Expand Down

0 comments on commit 4bfaa52

Please sign in to comment.