Skip to content

Conversation

@kendallstrautman
Copy link
Contributor

Description

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.

@kendallstrautman kendallstrautman marked this pull request as ready for review December 2, 2025 23:32
@greptile-apps
Copy link

greptile-apps bot commented Dec 2, 2025

Greptile Overview

Greptile Summary

Bumps the workos gem version from 5.29.0 to 5.30.1. The VERSION constant in lib/workos/version.rb is updated and the Gemfile.lock reflects the new version. The gemspec correctly references WorkOS::VERSION, ensuring version consistency across the codebase.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk - it's a straightforward version bump with no functional code changes
  • Simple version string updates in two files with no logic changes, no new dependencies, and consistent version references throughout the codebase
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
lib/workos/version.rb 5/5 Version constant updated from 5.29.0 to 5.30.1
Gemfile.lock 5/5 Gem lock file updated to reflect new version 5.30.1

Sequence Diagram

sequenceDiagram
    participant GemSpec as workos.gemspec
    participant Version as lib/workos/version.rb
    participant Lock as Gemfile.lock
    
    Note over Version: VERSION = '5.30.1'
    GemSpec->>Version: require 'workos/version'
    Version-->>GemSpec: WorkOS::VERSION
    GemSpec->>GemSpec: spec.version = WorkOS::VERSION
    Note over Lock: workos (5.30.1)
Loading

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.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@kendallstrautman kendallstrautman merged commit d0e5551 into main Dec 2, 2025
2 checks passed
@kendallstrautman kendallstrautman deleted the version-bump-v5,30,1 branch December 2, 2025 23:57
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