Skip to content

Commit

Permalink
deps: Drop support for Ruby 2.6 (#269)
Browse files Browse the repository at this point in the history
Ruby 2.6 is no longer supported
  • Loading branch information
olavloite authored Nov 3, 2023
1 parent 6b2ad9a commit 84aabdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ for Cloud Spanner PostgreSQL-dialect databases.__

This project provides a Cloud Spanner adapter for ActiveRecord. It supports the following versions:

- ActiveRecord 6.0.x with Ruby 2.6 and 2.7.
- ActiveRecord 6.1.x with Ruby 2.6 and higher.
- ActiveRecord 6.0.x with Ruby 2.7.
- ActiveRecord 6.1.x with Ruby 2.7 and higher.
- ActiveRecord 7.0.x with Ruby 2.7 and higher.

Known limitations are listed in the [Limitations](#limitations) section.
Expand Down

0 comments on commit 84aabdf

Please sign in to comment.