From 9c12267489a2a35eb5cc7e43f8811cb8f8d08f9c Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Tue, 26 Dec 2023 05:32:28 +0000 Subject: [PATCH] Added Ruby 3.3 to CI and removed 2.4 --- .github/workflows/ci.yml | 2 +- youplot.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24e3ffd..313361e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ 'ubuntu', 'macos' ] - ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2' ] + ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ] steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 diff --git a/youplot.gemspec b/youplot.gemspec index cabde45..22a2ee5 100644 --- a/youplot.gemspec +++ b/youplot.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |spec| spec.description = 'A command line tool for Unicode Plotting' spec.homepage = 'https://github.com/red-data-tools/YouPlot' spec.license = 'MIT' - spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0') + spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0') spec.files = Dir['*.{md,txt}', '{lib,exe}/**/*'] spec.bindir = 'exe'