Skip to content

Commit 5ffda88

Browse files
committed
Update README to include Rails 8.x
1 parent b9bdd88 commit 5ffda88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
This gem provides the railtie that allows
1111
[sequel](http://github.com/jeremyevans/sequel) to hook into
12-
[Rails (5.2.x, 6.x, 7.x)](http://github.com/rails/rails) and thus behave like a
12+
[Rails (5.2.x, 6.x, 7.x, 8.x)](http://github.com/rails/rails) and thus behave like a
1313
rails framework component. Just like activerecord does in rails,
1414
[sequel-rails](http://github.com/talentbox/sequel-rails) uses the railtie API to
1515
hook into rails. The two are actually hooked into rails almost identically.
@@ -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, 8.x) requires a few minor changes.
3131

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

0 commit comments

Comments
 (0)