Skip to content

Commit

Permalink
feat(docs): officially support Rails 7
Browse files Browse the repository at this point in the history
  • Loading branch information
rdsngit committed May 23, 2023
1 parent cfd9dc5 commit 282c171
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,27 @@ Metricks is an ActiveRecord-powered backend for storing historical numeric metri

The library provides the tools to define multiple types of metrics, record them in the database as well as providing tools to aggregate the results and run comparisons on different time periods.

## Supported Ruby and Ruby on Rails versions

Supported Ruby versions include:

- 2.7
- 3.0
- 3.1
- 3.2

Supported Ruby on Rails versions include:

- 5
- 6
- 7

## Installation

To get started, add the following to your Gemfile and run `bundle install`.

```ruby
source 'https://rubygems.pkg.github.com/adamcooke' do
source "https://rubygems.pkg.github.com/krystal" do
gem 'metricks', '>= 1.0.0', '< 2.0'
end
```
Expand Down

0 comments on commit 282c171

Please sign in to comment.