Bump pundit to 2.1.0

This commit is contained in:
Duncan Stuart 2019-08-14 11:38:59 +02:00
parent 44fadbbb05
commit a77abf82fd
2 changed files with 4 additions and 6 deletions

View File

@ -1,12 +1,10 @@
# Pundit
## Unreleased
### Fixed
### Breaking changes
- Avoid name clashes with the Error class. (#590)
None
### Other changes
### Changed
- Return a safer default NotAuthorizedError message. (#583)

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Pundit
VERSION = "2.0.1".freeze
VERSION = "2.1.0".freeze
end