Skip to content

Commit

Permalink
Merge pull request #351 from matisoffn/core
Browse files Browse the repository at this point in the history
Update README to use proper version for Rails 5
  • Loading branch information
BenMorganIO committed Sep 1, 2016
2 parents 93cc60d + 34bf4b6 commit 8ab2bd0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -20,12 +20,18 @@ For Rails 3, please use version 1 of Paranoia:
gem "paranoia", "~> 1.0"
```

For Rails 4 or 5, please use version 2 of Paranoia:
For Rails 4, please use version 2 of Paranoia:

``` ruby
gem "paranoia", "~> 2.0"
```

For Rails 5, please use version 2.2.0.pre (pre-release):

``` ruby
gem "paranoia", "~> 2.2.0.pre"
```

Of course you can install this from GitHub as well from one of these examples:

``` ruby
Expand Down

0 comments on commit 8ab2bd0

Please sign in to comment.