From 967f425cd25c71600a8ef0818938775b73370636 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Thu, 25 Jun 2026 14:13:39 -0700 Subject: [PATCH 1/2] Require Ruby >= 3.3 and update CI Ruby versions --- .github/workflows/ci.yml | 5 +---- code_manifest.gemspec | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 358dff3..96e386b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,11 +9,8 @@ jobs: matrix: ruby: # See comment comes from https://github.com/ruby/setup-ruby#matrix-of-ruby-versions - # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' - - '3.0' - - 3.1 - - 3.2 - 3.3 + - 3.4 - head env: BUNDLE_GEMFILE: Gemfile diff --git a/code_manifest.gemspec b/code_manifest.gemspec index 8c44820..004c6d0 100644 --- a/code_manifest.gemspec +++ b/code_manifest.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |spec| spec.summary = "A code manifest" spec.description = "A code manifest" spec.homepage = "https://github.com/rubyatscale/code_manifest" - spec.required_ruby_version = Gem::Requirement.new(">= 2.7") + spec.required_ruby_version = Gem::Requirement.new(">= 3.3") spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/rubyatscale/code_manifest" From 4f9b7b64ddc93cd1792f0ae3d6d21b94c6eb4a2e Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Thu, 25 Jun 2026 14:18:50 -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 c48b2f7..deae245 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,4 +50,4 @@ DEPENDENCIES rspec BUNDLED WITH - 2.5.23 + 4.0.15