From 2026f1f9e9986df95bd381d88ad55f77200f9bca Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Fri, 5 Jan 2024 16:55:54 +0100 Subject: [PATCH] Update Ruby version to >= 2.7 < 4 --- .rubocop.yml | 2 +- smart_proxy_pulp.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 9a914ed..1c047b6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,7 +4,7 @@ require: AllCops: NewCops: enable - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.7 Exclude: - 'extra/**/*.rb' - 'vendor/**/*' diff --git a/smart_proxy_pulp.gemspec b/smart_proxy_pulp.gemspec index 84f31fb..ce46973 100644 --- a/smart_proxy_pulp.gemspec +++ b/smart_proxy_pulp.gemspec @@ -18,5 +18,5 @@ Gem::Specification.new do |gem| gem.require_paths = ["lib"] gem.license = 'GPL-3.0' - gem.required_ruby_version = '~> 2.5' + gem.required_ruby_version = '>= 2.7', '< 4' end