From bd9a06fd3259b017d21e7df0c325df068d601b92 Mon Sep 17 00:00:00 2001 From: RDeckard Date: Tue, 29 Oct 2024 17:30:29 +0100 Subject: [PATCH] Relax Ruby version constraint --- Gemfile | 2 +- cfonb.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index f1b24f3..5fe06c1 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.3.5' +gemspec group :development do # License diff --git a/cfonb.gemspec b/cfonb.gemspec index 5be4b2d..ef1bbc3 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.3.5' + s.required_ruby_version = '>= 3.3' s.summary = 'CFONB parser' s.description = 'An easy to use CFONB format parser' s.authors = ['Johan Le Bray', 'Frantisek Rokusek']