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: 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"