From 12df05f32671a2033576451a9ef47f57b7afe35a Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Thu, 25 Jun 2026 14:17:00 -0700 Subject: [PATCH 1/2] Require Ruby >= 3.3 and update CI Ruby versions --- .github/workflows/build.yml | 1 - .rubocop.yml | 2 +- singed.gemspec | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f84a84f..a2f15c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,6 @@ jobs: fail-fast: false matrix: ruby: - - 3.2 - 3.3 - 3.4 - 4.0 diff --git a/.rubocop.yml b/.rubocop.yml index 1979017..da64f40 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,5 @@ AllCops: - TargetRubyVersion: 3.2 + TargetRubyVersion: 3.3 require: - standard diff --git a/singed.gemspec b/singed.gemspec index 04f9c98..8895069 100644 --- a/singed.gemspec +++ b/singed.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.authors = ["Josh Nichols"] spec.email = ["josh.nichols@gusto.com"] spec.summary = "Quick and easy way to get flamegraphs from a specific part of your code base" - spec.required_ruby_version = ">= 3.2.0" + spec.required_ruby_version = ">= 3.3" spec.homepage = "https://github.com/rubyatscale/singed" spec.metadata = { "source_code_uri" => "https://github.com/rubyatscale/singed", From 3dd9e592eb84bf839da347543e6a0e4269421db3 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Thu, 25 Jun 2026 14:18:52 -0700 Subject: [PATCH 2/2] Bump bundler to 4.0.15 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6b93f56..2438b95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,4 +126,4 @@ DEPENDENCIES standard BUNDLED WITH - 2.6.9 + 4.0.15