Skip to content

Commit

Permalink
Clearly specify which versions of Ruby + Rails we support
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Mar 5, 2024
1 parent a336337 commit 77491c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -13,10 +13,14 @@ Currently maintained by @radar.

You will most commonly use this library within a Rails app.

We support Rails versions from 6.0 and up.

[See the Rails Guide](https://guides.rubyonrails.org/i18n.html) for an example of its usage.

### Ruby (without Rails)

We support Ruby versions from 3.0 and up.

If you want to use this library without Rails, you can simply add `i18n` to your `Gemfile`:

```ruby
Expand Down

0 comments on commit 77491c3

Please sign in to comment.