From bd4310a080a294918a9bacf8ac75e2417981c48c Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Fri, 2 Dec 2022 12:09:07 +0100 Subject: [PATCH] Downgrade required ruby version to 2.3 since we test it on Github Actions now --- pg-ldap-sync.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg-ldap-sync.gemspec b/pg-ldap-sync.gemspec index 7072230..ae2691f 100644 --- a/pg-ldap-sync.gemspec +++ b/pg-ldap-sync.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.rdoc_options = %w[--main README.md --charset=UTF-8] - spec.required_ruby_version = ">= 2.4" + spec.required_ruby_version = ">= 2.3" spec.add_runtime_dependency "net-ldap", "~> 0.16" spec.add_runtime_dependency "kwalify", "~> 0.7"