Skip to content

Commit 5688332

Browse files
authored
Merge pull request #67 from rubyatscale/bump-min-ruby-3.3
Require Ruby >= 3.3 and update CI Ruby versions
2 parents 0e6faf7 + 3dd9e59 commit 5688332

4 files changed

Lines changed: 3 additions & 4 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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ DEPENDENCIES
126126
standard
127127

128128
BUNDLED WITH
129-
2.6.9
129+
4.0.15

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)