From dfde0b60666ff8f22a2c8352ab5b2ecc6ba2838f Mon Sep 17 00:00:00 2001 From: justin talbott Date: Thu, 10 Oct 2024 16:23:18 -0400 Subject: [PATCH] ruby 3.1 --- .github/workflows/main.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a19f12..6bb2fb7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,6 @@ jobs: strategy: matrix: ruby: - - "3.0" - "3.1" - "3.2" - "3.3" diff --git a/README.md b/README.md index 0f88b66..b15dc74 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hoardable ![gem version](https://img.shields.io/gem/v/hoardable?style=flat-square) -Hoardable is an ActiveRecord extension for Ruby 3+, Rails 7+, and PostgreSQL 9+ that allows for +Hoardable is an ActiveRecord extension for Ruby 3.1+, Rails 7+, and PostgreSQL 9+ that allows for versioning and soft-deletion of records through the use of _uni-temporal inherited tables_. [Temporal tables](https://en.wikipedia.org/wiki/Temporal_database) are a database design pattern