Skip to content

Commit

Permalink
Use new Ruby versions in CI. Remove dependency on prerelease RGeo for…
Browse files Browse the repository at this point in the history
… testing
  • Loading branch information
keithdoggett committed Jul 22, 2024
1 parent 6f9baa0 commit bf91959
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 bf91959

Please sign in to comment.