Releases: chaps-io/access-granted
Releases · chaps-io/access-granted
1.3.1
Changes
- Add information about action and subject when raising AccessDenied exception (PR #46), thanks jraqula!
1.3.0
Changes
- Drop support for Ruby 1.9.3, it might still work but we are no longer testing against it.
- Start testing against Rubies 2.3-2.5 in CI
- Move Rails integration into Railties, this fixes some load order issues (PR #45), thanks jraqula!