We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c952e commit 87fe1f3Copy full SHA for 87fe1f3
.github/workflows/test.yaml
@@ -18,7 +18,6 @@ jobs:
18
- macos
19
20
ruby:
21
- - "3.2"
22
- "3.3"
23
- "3.4"
24
memory-profiler.gemspec
@@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
25
26
spec.extensions = ["ext/extconf.rb"]
27
28
- spec.required_ruby_version = ">= 3.2"
+ spec.required_ruby_version = ">= 3.3"
29
end
0 commit comments