From 5438171fc6ba0b86a394dbd67b4472d6016a7092 Mon Sep 17 00:00:00 2001 From: Ashish Kulkarni Date: Sat, 11 Jan 2025 17:50:45 +0530 Subject: [PATCH] add Ruby 3.3 and 3.4 to the CI matrix --- .github/workflows/checks.yml | 2 +- pronto-fasterer.gemspec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 5dd5ed7..7386d9b 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2'] + ruby: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4'] fasterer: ['~> 0.10.0', '~> 0.11.0', '< 1.0'] fail-fast: false steps: diff --git a/pronto-fasterer.gemspec b/pronto-fasterer.gemspec index 2366a91..842ef49 100644 --- a/pronto-fasterer.gemspec +++ b/pronto-fasterer.gemspec @@ -33,6 +33,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency('fasterer', '>= 0.10', '< 1.0') s.add_runtime_dependency('pronto', '~> 0.11.0') + s.add_development_dependency('base64', '~> 0.1.2') s.add_development_dependency('rake', '~> 12.0') s.add_development_dependency('rspec', '~> 3.4') s.add_development_dependency('rspec-its', '~> 1.2')