Skip to content

Conversation

@stacurry
Copy link
Contributor

Description

version bump that includes:

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[ ] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greptile Overview

Greptile Summary

This PR bumps the gem version from 5.26.0 to 5.27.0, including support for the locale field on User objects from PR #400.

  • Standard version bump with appropriate updates to version constant and lockfile
  • No functional code changes in this PR itself
  • Follows semantic versioning for a minor release

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • This is a straightforward version bump with only two files changed: the version constant and the generated lockfile. No logic, security, or functional changes are present in this PR.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
lib/workos/version.rb 5/5 Version bumped from 5.26.0 to 5.27.0 to include locale support for User object
Gemfile.lock 5/5 Lockfile updated to reflect new gem version 5.27.0

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant VerFile as lib/workos/version.rb
    participant Gemfile as Gemfile.lock
    participant Release as Gem Release
    
    Dev->>VerFile: Update VERSION constant
    Note over VerFile: 5.26.0 → 5.27.0
    Dev->>Gemfile: Bundle update
    Note over Gemfile: Update workos gem spec
    Gemfile-->>Release: Ready for release
    Note over Release: Includes locale support for User
Loading

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@stacurry stacurry requested a review from a team October 27, 2025 14:07
@stacurry stacurry merged commit 8d75d32 into main Oct 27, 2025
2 checks passed
@stacurry stacurry deleted the bump-5.27.0 branch October 27, 2025 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants