Skip to content

Commit a94425a

Browse files
committed
Add @PikachuEXE to readme/history
1 parent dbe8b1c commit a94425a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master, feature/run-specific-migration-only ]
5+
branches: [ master ]
66
pull_request:
77
branches: ['**']
88

History.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Dev (unreleased)
22
================
33

4+
* Update CI to run against rails 7.1 & ruby 3.2, add spec for `db:rollback` (@PikachuEXE)
5+
[#199](https://github.com/TalentBox/sequel-rails/pull/199)
46
* Update instructions for Rails 7 (@opensourceame)
57
[#197](https://github.com/TalentBox/sequel-rails/pull/197)
68

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Since January 2013, we've become the official maintainers of the gem after
2727
Using sequel-rails
2828
==================
2929

30-
Using sequel with Rails (5.2.x, 6.x, 7.x) requires a few minor changes.
30+
Using sequel with Rails (5.2.x, 6.x, 7.x) requires a few minor changes.
3131

3232
First, add the following to your Gemfile (after the `Rails` lines):
3333

@@ -477,6 +477,7 @@ Improvements have been made by those awesome contributors:
477477
* Mickael Kurmann (@elbouillon)
478478
* Radoslaw Wojnarowski (@rwojnarowski)
479479
* David Kelly (@opensourceame)
480+
* PikachuEXE (@PikachuEXE)
480481

481482
Credits
482483
=======

0 commit comments

Comments
 (0)