From 0c47210c6c8e4995893e299b5601a8a35e123e3d Mon Sep 17 00:00:00 2001 From: Justin Mazur Date: Sun, 15 Feb 2026 10:53:42 -0500 Subject: [PATCH] Add Ruby 4.0 support Ruby 4.0 is out, we need to add support for tests. This change addresses the need by: * Add ruby 4.0 to tests and readme --- .github/workflows/tests.yml | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 64222a9..c4330bd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '3.5'] + ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0'] steps: - uses: actions/checkout@v4 - name: Remove gemfile.lock diff --git a/readme.md b/readme.md index d12c05e..a2b060f 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ This gem does not parse any of the GTFS feeds. For those I recommend using a gem dedicated to parsing GTFS Real Time feeds since it is a standardized data type. -Supports Ruby 2.7.x - 3.5.x +Supports Ruby 2.7.x - 4.0.x ## API Keys You can get a Go Transit API key here