Skip to content

Commit 12df05f

Browse files
committed
Require Ruby >= 3.3 and update CI Ruby versions
1 parent 0e6faf7 commit 12df05f

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
fail-fast: false
99
matrix:
1010
ruby:
11-
- 3.2
1211
- 3.3
1312
- 3.4
1413
- 4.0

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AllCops:
2-
TargetRubyVersion: 3.2
2+
TargetRubyVersion: 3.3
33

44
require:
55
- standard

singed.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = ">= 3.2.0"
11+
spec.required_ruby_version = ">= 3.3"
1212
spec.homepage = "https://github.com/rubyatscale/singed"
1313
spec.metadata = {
1414
"source_code_uri" => "https://github.com/rubyatscale/singed",

0 commit comments

Comments
 (0)