From c6cfd534a9d8354d7788a8e87a27b0a8d6a21aa5 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 28 Nov 2024 17:09:03 +0100 Subject: [PATCH] Require Ruby 2.7+ --- smart_proxy_dhcp_remote_isc.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart_proxy_dhcp_remote_isc.gemspec b/smart_proxy_dhcp_remote_isc.gemspec index 355077f..7e7f5ed 100644 --- a/smart_proxy_dhcp_remote_isc.gemspec +++ b/smart_proxy_dhcp_remote_isc.gemspec @@ -19,5 +19,5 @@ Gem::Specification.new do |s| s.files = Dir['{config,lib,bundler.d}/**/*'] + ['README.md', 'LICENSE'] s.test_files = Dir['test/**/*'] - s.required_ruby_version = '>= 2.5' + s.required_ruby_version = '>= 2.7' end