Skip to content

Commit 57273c7

Browse files
committed
Update version support info
1 parent 4c7fad0 commit 57273c7

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44
in Rails 6.1+. Simply put: it records what has been changed or created and gives you the ability to present those
55
recorded activities to users - similarly to how GitHub does it.
66

7-
## Rails 7
8-
9-
**As of version 2.0.0, public_activity also supports Rails up to 7.0.**
10-
117
## Table of contents
128

13-
- [Rails 7](#rails-7)
9+
- [Ruby/Rails version support](#ruby-rails-version-support)
1410
- [Table of contents](#table-of-contents)
1511
- [Example](#example)
1612
- [Online demo](#online-demo)
@@ -31,6 +27,15 @@ recorded activities to users - similarly to how GitHub does it.
3127
- [Help](#help)
3228
- [License](#license)
3329

30+
## Ruby/Rails version support
31+
32+
Version `~> 3.0`` supports Ruby 3.0+ and Rails 6.1+. For older Ruby versions
33+
(≤2.7) and Rails 5.0+ you can use version `~> 2.0` until you can upgrade to
34+
newer versions of Ruby + Rails.
35+
36+
Issues related to those unsupported versions of Ruby/Rails will be closed
37+
without resolution and PRs will not be accepted.
38+
3439
## Example
3540

3641
Here is a simple example showing what this gem is about:

0 commit comments

Comments
 (0)