Skip to content

Commit

Permalink
[Close #251] Relax gem version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Oct 15, 2024
1 parent 818f5fd commit 4d34197
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 @@ -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 4d34197

Please sign in to comment.