File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 fail-fast : false
99 matrix :
1010 include :
11- - ruby : 3.2
12- bundler_version : 2.4.4
1311 - ruby : 3.1
1412 bundler_version : 2.4.4
15- - ruby : 3.0
16- bundler_version : 2.4.4
17- - ruby : 2.7
13+ - ruby : 3.2
1814 bundler_version : 2.4.4
15+ - ruby : 3.3
16+ bundler_version : 2.6.9
17+ - ruby : 3.4
18+ bundler_version : 2.6.9
19+ - ruby : 4.0
20+ bundler_version : 2.6.9
1921 env :
2022 CI : 1
2123 BUNDLER_VERSION : ${{ matrix.bundler_version }}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
88 spec . authors = [ "Josh Nichols" ]
99 spec . email = [ "josh.nichols@gusto.com" ]
1010 spec . summary = "Quick and easy way to get flamegraphs from a specific part of your code base"
11- spec . required_ruby_version = ">= 2.7 .0"
11+ spec . required_ruby_version = ">= 3.1 .0"
1212 spec . homepage = "https://github.com/rubyatscale/singed"
1313 spec . metadata = {
1414 "source_code_uri" => "https://github.com/rubyatscale/singed" ,
You can’t perform that action at this time.
0 commit comments