From a94425ad69d0cc4e92edade2bc05175e3d4f9362 Mon Sep 17 00:00:00 2001 From: Jonathan Tron Date: Wed, 8 Nov 2023 08:19:12 +0100 Subject: [PATCH] Add @PikachuEXE to readme/history --- .github/workflows/ci.yml | 2 +- History.md | 2 ++ README.md | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cff60a..9b2577f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ master, feature/run-specific-migration-only ] + branches: [ master ] pull_request: branches: ['**'] diff --git a/History.md b/History.md index 5c29cb6..0e5dd26 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,8 @@ Dev (unreleased) ================ +* Update CI to run against rails 7.1 & ruby 3.2, add spec for `db:rollback` (@PikachuEXE) + [#199](https://github.com/TalentBox/sequel-rails/pull/199) * Update instructions for Rails 7 (@opensourceame) [#197](https://github.com/TalentBox/sequel-rails/pull/197) diff --git a/README.md b/README.md index 625f7f0..45d90a4 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Since January 2013, we've become the official maintainers of the gem after Using sequel-rails ================== -Using sequel with Rails (5.2.x, 6.x, 7.x) requires a few minor changes. +Using sequel with Rails (5.2.x, 6.x, 7.x) requires a few minor changes. First, add the following to your Gemfile (after the `Rails` lines): @@ -477,6 +477,7 @@ Improvements have been made by those awesome contributors: * Mickael Kurmann (@elbouillon) * Radoslaw Wojnarowski (@rwojnarowski) * David Kelly (@opensourceame) +* PikachuEXE (@PikachuEXE) Credits =======