Skip to content

Bump clerk-sdk-ruby from 3.2.0 to 3.3.0 - #15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/clerk-sdk-ruby-3.3.0
Open

Bump clerk-sdk-ruby from 3.2.0 to 3.3.0#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/clerk-sdk-ruby-3.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 25, 2024

Copy link
Copy Markdown

Bumps clerk-sdk-ruby from 3.2.0 to 3.3.0.

Release notes

Sourced from clerk-sdk-ruby's releases.

3.3.0 - Session re-verification

This release adds helpers to support the session re-verification flow (also known as Step Up).

Added

  • Helpers for implementing re-verification flows #72:
    • clerk_user_needs_reverification?: Returns true if the user must be re-verified
    • clerk_render_reverification: Renders the JSON response required by Clerk.js to kickstart a re-verification flow. Meant to be called in a Rails controller action.
    • Clerk::StepUp::PRESETS: contains configuration presets for passing to clerk_user_needs_reverification?
    • clerk_reverification_response can be used to return the response from a Rack middleware

Session re-verification (beta)

This release adds various helpers to support the session re-verification flow (also known as Step Up).

Added

  • Helpers for implementing re-verification flows #72:
    • clerk_user_needs_reverification?: Returns true if the user must be re-verified
    • clerk_render_reverification: Renders the JSON response required by Clerk.js to kickstart a re-verification flow. Meant to be called in a Rails controller action.
    • Clerk::StepUp::PRESETS: contains configuration presets for passing to clerk_user_needs_reverification?
    • clerk_reverification_response can be used to return the response from a Rack middleware
Changelog

Sourced from clerk-sdk-ruby's changelog.

4.0.0.beta3 - 2024-04-02

4.0.0.beta2 - 2024-02-26

Note: this is identical to 4.0.0.beta1, which was yanked because it was not generated from the main branch.

[YANKED] 4.0.0.beta1 - 2024-02-26

Commits
  • 6b2543e Prepare for v3.3.0 release
  • 7b3ba0c Align reverification names with other sdks (#73)
  • 1aa4bd1 Bump version to 3.3.0.beta1
  • 3e3c0cd Rename helper to clerk_user_needs_reverification
  • 816e512 Prepare changelog for 3.3.0.beta1
  • 68dc770 feat: Add helpers for reverification
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [clerk-sdk-ruby](https://github.com/clerkinc/clerk-sdk-ruby) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/clerkinc/clerk-sdk-ruby/releases)
- [Changelog](https://github.com/clerk/clerk-sdk-ruby/blob/main/CHANGELOG.md)
- [Commits](clerk/clerk-sdk-ruby@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: clerk-sdk-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants