wsmn / inspections

Application for managing projects, clients and inspections.
https://kontrollansvarig.herokuapp.com
5 stars 0 forks source link

Bump clearance from 2.5.0 to 2.6.0 #292

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps clearance from 2.5.0 to 2.6.0.

Changelog

Sourced from clearance's changelog.

2.6.0 - June 12, 2022

  • Drops support for Rails 5.0, 5.1 and 5.2, see https://endoflife.date/rails #964
  • Drops support for Ruby 2.4, 2.5 and 2.6, see https://endoflife.date/ruby #964
  • Adds support for Turbo with appropriate status codes #965
  • Adds unique constraints on remember_token and confirmation_token #966
  • Allows user_parameter to be configuration, e.g. params[:custom_id] instead of params[:user_id] #782 (Bryan Marble)
  • Updates SignInGuard documentation #950 (Matthew LS)
  • Forward options in redirect_back_or helper (#968) (Matthew LS)
  • Add configuration option to disable sign in after password reset (#969) (Till Prochaska)
Commits
  • 8482385 Bump version to 2.6.0
  • 3c4f51c Add latest changes to CHANGELOG
  • b05113a Add configuration option to disable sign in after password reset (#969)
  • 07c3ffc Forward options in redirect_back_or helper (#968)
  • 5e7af4d Updates SignInGuard documentation (#950)
  • c5882ee Raises ActionController::ParameterMissing when sessions parameters are missin...
  • ebb9b05 Allow user_parameter to be configurable. (#782)
  • 574aafe Add turbo support and unique constraints in CHANGELOG
  • fef1c0f Add unique constraints on remember_token and confirmation_token (#966)
  • d048d26 Supports Turbo with appropriate status codes (#965)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)