From bf91959b26fd851f0596304c8665ce29bf2da82d Mon Sep 17 00:00:00 2001 From: Keith Doggett Date: Mon, 22 Jul 2024 16:03:52 -0400 Subject: [PATCH] Use new Ruby versions in CI. Remove dependency on prerelease RGeo for testing --- .github/workflows/CI.yml | 8 ++++---- Gemfile | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 81778be..aae118a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -8,10 +8,10 @@ jobs: matrix: ruby: - head - - "3.0" - - "2.7" - - "2.6" - - "jruby-9.3.7.0" + - "3.3" + - "3.2" + - "3.1" + - "jruby-9.4.8.0" os: - ubuntu - macos diff --git a/Gemfile b/Gemfile index 3bc2247..20c4453 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,3 @@ source "https://rubygems.org" gemspec gem "ffi-geos", ">= 0.0.4" - -gem "rgeo", "~> 3.0.0.pre.rc.3"