From e65dd61a5318bd9f5fe45cc11195dcd8a5b16650 Mon Sep 17 00:00:00 2001 From: Laura Gil Date: Tue, 29 Oct 2024 14:40:32 +0100 Subject: [PATCH] Fix missing versioning specification --- cfonb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfonb.gemspec b/cfonb.gemspec index 83700c0..5be4b2d 100644 --- a/cfonb.gemspec +++ b/cfonb.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.name = 'cfonb' s.version = '0.0.7' - s.required_ruby_version = '>= 3.2.2' + s.required_ruby_version = '>= 3.3.5' s.summary = 'CFONB parser' s.description = 'An easy to use CFONB format parser' s.authors = ['Johan Le Bray', 'Frantisek Rokusek']