Skip to content

Commit

Permalink
mention Rails 7 in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmolnar committed Dec 25, 2021
1 parent c453c35 commit 49a43fc
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 @@ -15,7 +15,7 @@ or controller layer, you're probably not looking for Ransack.

## Getting started

Ransack is supported for Rails 6.1, 6.0, 5.2 on Ruby 2.6.6 and later.
Ransack is supported for Rails 7.0, 6.x, 5.2 on Ruby 2.6.6 and later.

In your Gemfile, for the last officially released gem:

Expand Down Expand Up @@ -310,7 +310,7 @@ end

If this approach is taken, it is advisable to [add a functional index](https://www.postgresql.org/docs/13/citext.html).

This was originally asked in [a Ransack issue](https://github.com/activerecord-hackery/ransack/issues/1201) and a solution was found on [Stack Overflow](https://stackoverflow.com/a/34677378).
This was originally asked in [a Ransack issue](https://github.com/activerecord-hackery/ransack/issues/1201) and a solution was found on [Stack Overflow](https://stackoverflow.com/a/34677378).

### Advanced Mode

Expand Down

0 comments on commit 49a43fc

Please sign in to comment.