From c67e95a28faffbf9cd4b9e383f151ac6424f83cc 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 --- .rubocop.yml | 2 +- parse_packwerk.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index a10e085..64c7add 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -12,7 +12,7 @@ AllCops: NewCops: enable Exclude: - vendor/bundle/**/** - TargetRubyVersion: 2.6 + TargetRubyVersion: 3.3 Metrics/ParameterLists: Enabled: false diff --git a/parse_packwerk.gemspec b/parse_packwerk.gemspec index 913a052..c3b81b2 100644 --- a/parse_packwerk.gemspec +++ b/parse_packwerk.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |spec| # Specify which files should be added to the gem when it is released. spec.files = Dir['README.md', 'lib/**/*'] spec.require_paths = ['lib'] - spec.required_ruby_version = '>= 2.6' + spec.required_ruby_version = '>= 3.3' spec.add_dependency 'bigdecimal' spec.add_dependency 'sorbet-runtime' From 6ea1668114a59803308910758f64cfd2b9d67bd2 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Thu, 25 Jun 2026 14:18:51 -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 1815a01..9cf7ee3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,4 +114,4 @@ DEPENDENCIES tapioca BUNDLED WITH - 2.4.21 + 4.0.15