From 02a0d1df66c809da9027fcb7334498b00894a21e Mon Sep 17 00:00:00 2001 From: Emma Sax Date: Mon, 3 Nov 2025 09:38:24 -0600 Subject: [PATCH 1/4] Update CHANGELOG with new features and dependencies --- CHANGELOG.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index d0b64b2..1ef35e9 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,3 +1,9 @@ +#### Unreleased +* Add rspec for higher versions of Ruby and Rails + > emmahsax: https://github.com/emmahsax/okcomputer/pull/17 +* Add benchmark gem as a dependency. + > willnet: https://github.com/emmahsax/okcomputer/pull/16 + #### v1.19.0 * Update ActiveRecordMigrationsCheck to use public active_record methods and errors > dgarwood: https://github.com/emmahsax/okcomputer/pull/14 From 4446e402b98dd93bfcbfd83de761d8bda3be6832 Mon Sep 17 00:00:00 2001 From: Emma Sax Date: Mon, 3 Nov 2025 09:40:27 -0600 Subject: [PATCH 2/4] Add Ruby 3.5 and Rails 8.1.0 to CI matrix --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 119c890..9c446d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: strategy: matrix: rails: [ '7.0.1', '7.1.0', '7.2.0' ] - ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ] + ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '3.5' ] exclude: - { rails: '7.2.0', ruby: '2.7' } - { rails: '7.2.0', ruby: '3.0' } @@ -62,5 +62,5 @@ jobs: ruby: ${{ matrix.ruby }} strategy: matrix: - rails: [ '8.0.0' ] - ruby: [ '3.2', '3.3', '3.4' ] + rails: [ '8.0.0', '8.1.0' ] + ruby: [ '3.2', '3.3', '3.4', '3.5' ] From ed0830b9d50d7a01ad7684970265ab1dbfde4609 Mon Sep 17 00:00:00 2001 From: Emma Sax Date: Mon, 3 Nov 2025 09:41:00 -0600 Subject: [PATCH 3/4] Update changelog with new pull request links --- CHANGELOG.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 1ef35e9..93b2b9c 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,6 +1,6 @@ #### Unreleased * Add rspec for higher versions of Ruby and Rails - > emmahsax: https://github.com/emmahsax/okcomputer/pull/17 + > emmahsax: https://github.com/emmahsax/okcomputer/pull/19 * Add benchmark gem as a dependency. > willnet: https://github.com/emmahsax/okcomputer/pull/16 From 02d0be383446addfd8ca428b5e2219962e961220 Mon Sep 17 00:00:00 2001 From: Emma Sax Date: Mon, 3 Nov 2025 09:48:12 -0600 Subject: [PATCH 4/4] Update README with Rails version 8.1 Add Rails version 8.1 to compatibility list. --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index 1d99fa4..3f9eb9d 100644 --- a/README.markdown +++ b/README.markdown @@ -26,6 +26,7 @@ OkComputer currently fully supports the following Rails versions: In addition, the CI tests are passing on, but is not guaranteed to work with, the following Rails versions: +* 8.1 * 8.0 * 7.2 * 7.1