nucore-open
                                
                                 nucore-open copied to clipboard
                                
                                    nucore-open copied to clipboard
                            
                            
                            
                        Bump cancancan from 3.1.0 to 3.5.0
Bumps cancancan from 3.1.0 to 3.5.0.
Release notes
Sourced from cancancan's releases.
3.5.0
See CHANGELOG for details
3.4.0
See CHANGELOG for details.
3.3.0
See CHANGELOG for details.
3.2.0
Changelog
Sourced from cancancan's changelog.
3.5.0
- #653: Add support for using an nil relation as a condition. ([
@ghiculescu][])- #702: Support scopes of STI classes as ability conditions. ([
@honigc][])- #798: Allow disabling of rules compressor via
CanCan.rules_compressor_enabled = false. ([@coorasse][])- #814: Fix issue with polymorphic associations. ([
@WriterZephos][])3.4.0
- #691: Add two new subquery strategies:
joined_alias_exists_subquery,joined_alias_each_rule_as_exists_subquery. ([@kaspernj][])- #767: Improve ability checks with nested resources (hash checks)vim. ([
@Juleffel][])- #772: Support non-hash conditions in ability definitions. ([
@Juleffel][])- #773: Drop support for ruby 2.4 and 2.5. ([
@coorasse][])- #778: Drop support for ActiveRecord 4. ([
@coorasse][])3.3.0
- #675: Support modifying the
accessible_byquerying strategy on a per-query basis. ([@ghiculescu][])- #714: Don't hold unnecessary references to subjects in
@rules_index. ([@mtoneil][])3.2.2
- Added funding metadata to Gemspec. ([
@coorasse][])3.2.1
- #674: Fix accidental dependency on ActiveRecord in 3.2.0. ([
@ghiculescu][])3.2.0
- #649: Add support for Single Table Inheritance. ([
@Liberatys][])- #640: Simplify implementation of new model adapters. ([
@ghiculescu][])- #650: Support associations in rules. ([
@Liberatys][])- #657: Support for Rails 6.1. ([
@ghiculescu][])- #655: Add option for
accessible_byquerying strategy. ([@ghiculescu][])
Commits
- a1e9a08Merge branch 'develop'
- bd7158cBump version and update CHANGELOG
- fa19c5cadd support for polymorphic associations in active record (#814)
- eaddc37Renames method name in ConditionsMatcher (#815)
- 08ced0dFix rdoc link (#817)
- 36b1e0fRemove puts statement (#818)
- 7fe9179Fix a typo in friendly_id.rb (#820)
- 7c99c59Allow to disable rules compressor (#798)
- 8efb522Support using a nil relation as a condition (#653)
- 603d5e9Merge branch 'sudoremo-nil_arguments' into develop
- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebasewill rebase this PR
- @dependabot recreatewill recreate this PR, overwriting any edits that have been made to it
- @dependabot mergewill merge this PR after your CI passes on it
- @dependabot squash and mergewill squash and merge this PR after your CI passes on it
- @dependabot cancel mergewill cancel a previously requested merge and block automerging
- @dependabot reopenwill reopen this PR if it is closed
- @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase
Superseded by #4279.