From bb04531f0ba344f508c3ed7b6e04f145754ca0ac Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Mon, 25 Aug 2025 08:45:22 +0200 Subject: [PATCH 1/2] Require Ruby 3.2 or higher --- pinhole.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinhole.gemspec b/pinhole.gemspec index 08db9aa..cbbf4f0 100644 --- a/pinhole.gemspec +++ b/pinhole.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |spec| spec.homepage = "http://www.github.com/mvz/pinhole" spec.license = "GPL-2+" - spec.required_ruby_version = ">= 3.1.0" + spec.required_ruby_version = ">= 3.2.0" spec.metadata["rubygems_mfa_required"] = "true" From bf3a022e2a22aab2cceb008b3ba29c7487eadf31 Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Mon, 25 Aug 2025 08:46:47 +0200 Subject: [PATCH 2/2] Bump RuboCop target ruby version --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 8628cbf..94bf2b3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -11,7 +11,7 @@ plugins: AllCops: NewCops: enable - TargetRubyVersion: 3.1 + TargetRubyVersion: 3.2 # Put development dependencies in the gemspec so rubygems.org knows about them Gemspec/DevelopmentDependencies: