Skip to content

Commit

Permalink
Merge pull request #62 from rgeo/fix-ci
Browse files Browse the repository at this point in the history
Fix: Update CI
  • Loading branch information
keithdoggett authored Jul 22, 2024
2 parents 6f9baa0 + bf91959 commit 994e796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ source "https://rubygems.org"
gemspec

gem "ffi-geos", ">= 0.0.4"

gem "rgeo", "~> 3.0.0.pre.rc.3"

0 comments on commit 994e796

Please sign in to comment.