Skip to content

Commit

Permalink
Update version support info
Browse files Browse the repository at this point in the history
  • Loading branch information
ur5us committed Jan 20, 2024
1 parent 4c7fad0 commit 57273c7
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
in Rails 6.1+. Simply put: it records what has been changed or created and gives you the ability to present those
recorded activities to users - similarly to how GitHub does it.

## Rails 7

**As of version 2.0.0, public_activity also supports Rails up to 7.0.**

## Table of contents

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

## Ruby/Rails version support

Version `~> 3.0`` supports Ruby 3.0+ and Rails 6.1+. For older Ruby versions
(≤2.7) and Rails 5.0+ you can use version `~> 2.0` until you can upgrade to
newer versions of Ruby + Rails.

Issues related to those unsupported versions of Ruby/Rails will be closed
without resolution and PRs will not be accepted.

## Example

Here is a simple example showing what this gem is about:
Expand Down

0 comments on commit 57273c7

Please sign in to comment.