Skip to content

Commit 49a43fc

Browse files
committed
mention Rails 7 in Readme
1 parent c453c35 commit 49a43fc

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
@@ -15,7 +15,7 @@ or controller layer, you're probably not looking for Ransack.
1515

1616
## Getting started
1717

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

2020
In your Gemfile, for the last officially released gem:
2121

@@ -310,7 +310,7 @@ end
310310

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

313-
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).
313+
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).
314314

315315
### Advanced Mode
316316

0 commit comments

Comments
 (0)