Commit e313f98e by Ben A. Morgan Committed by GitHub

Merge pull request #331 from paneer-tikka/core

Fixed README for rails 5.
parents ab72e70b 6ede4203
...@@ -20,12 +20,18 @@ For Rails 3, please use version 1 of Paranoia: ...@@ -20,12 +20,18 @@ For Rails 3, please use version 1 of Paranoia:
gem "paranoia", "~> 1.0" 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 ``` ruby
gem "paranoia", "~> 2.0" gem "paranoia", "~> 2.0"
``` ```
For Rails 5, please use the "core" branch of Paranoia:
``` ruby
gem 'paranoia', github: 'rubysherpas/paranoia', branch: 'core'
```
Of course you can install this from GitHub as well: Of course you can install this from GitHub as well:
``` ruby ``` ruby
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment