File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 4
4
in Rails 6.1+. Simply put: it records what has been changed or created and gives you the ability to present those
5
5
recorded activities to users - similarly to how GitHub does it.
6
6
7
- ## Rails 7
8
-
9
- ** As of version 2.0.0, public_activity also supports Rails up to 7.0.**
10
-
11
7
## Table of contents
12
8
13
- - [ Rails 7 ] ( #rails-7 )
9
+ - [ Ruby/ Rails version support ] ( #ruby- rails-version-support )
14
10
- [ Table of contents] ( #table-of-contents )
15
11
- [ Example] ( #example )
16
12
- [ Online demo] ( #online-demo )
@@ -31,6 +27,15 @@ recorded activities to users - similarly to how GitHub does it.
31
27
- [ Help] ( #help )
32
28
- [ License] ( #license )
33
29
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
+
34
39
## Example
35
40
36
41
Here is a simple example showing what this gem is about:
You can’t perform that action at this time.
0 commit comments