Skip to content

Commit

Permalink
Update README to include Rails 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed Nov 8, 2024
1 parent b9bdd88 commit 5ffda88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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

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

Expand Down

0 comments on commit 5ffda88

Please sign in to comment.