ZeusWPI / Gandalf

You Shall Not Pass - An advanced e-ticket system for student clubs -
http://event.fkgent.be
MIT License
10 stars 7 forks source link

Bump devise_cas_authenticatable from 1.10.4 to 2.0.2 #591

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps devise_cas_authenticatable from 1.10.4 to 2.0.2.

Changelog

Sourced from devise_cas_authenticatable's changelog.

Version 2.0.2 - Febuary 8, 2022

  • Remove the mistakenly-left-in single sign out config options. (If you try to set them, devise_cas_authenticatable will now give a warning and do nothing.)
  • Remove the mistakenly-left-in single sign out handling code in the Warden strategy (fixes #160)

Version 2.0.1 - January 3, 2022

Version 2.0.0 - January 3, 2022

  • No changes from 2.0.0.alpha1. This version has been successfully tested by two developers in production apps. (If you do run into issues, please report them in this Github project!)

Version 2.0.0.alpha1 - May 25, 2021

  • Switch from RubyCAS-client, which is deprecated, to rack-cas
  • Remove Devise.cas_client, Devise.cas_login_url, Devise.cas_logout_url, Devise.cas_validate_url, and cas_client_config_options as a result of this change
  • Remove single sign out support (since rack-cas supports it natively)
Commits
  • d3488ee Prep for 2.0.2
  • 2020f0d Prevent strategy.rb from breaking if single sign out is turned on, and put a ...
  • 3daed16 Prep 2.0.1
  • 70d8f7a Fix up the workflow after changing main branch name
  • edf2176 Merge pull request #159 from francesco-loreti/allow_other_host
  • 611f11d Update strategy_spec.rb
  • 5ba2415 Re-apply solution for allow_other_host after Rack-cas #146
  • ea92098 Cut a 2.0.0 release
  • 996723d Update CHANGELOG.md
  • 16fccb8 Update README.md
  • 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)