mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Bump pundit to 2.1.0
This commit is contained in:
parent
44fadbbb05
commit
a77abf82fd
2 changed files with 4 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Pundit
|
||||
VERSION = "2.0.1".freeze
|
||||
VERSION = "2.1.0".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue