Skip to content

Commit

Permalink
Add @PikachuEXE to readme/history
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed Nov 8, 2023
1 parent dbe8b1c commit a94425a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ master, feature/run-specific-migration-only ]
branches: [ master ]
pull_request:
branches: ['**']

Expand Down
2 changes: 2 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down Expand Up @@ -477,6 +477,7 @@ Improvements have been made by those awesome contributors:
* Mickael Kurmann (@elbouillon)
* Radoslaw Wojnarowski (@rwojnarowski)
* David Kelly (@opensourceame)
* PikachuEXE (@PikachuEXE)

Credits
=======
Expand Down

0 comments on commit a94425a

Please sign in to comment.