Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| Gem::Specification.new do | spec | | ||
| spec.name = "vellum_ai" | ||
| spec.version = "1.11.14" | ||
| spec.version = "0.3.3" |
There was a problem hiding this comment.
Prevent downgrading gem version to 0.3.3
This commit rolls spec.version back from 1.11.14 to 0.3.3 (and the X-Fern-SDK-Version headers were lowered to match), which blocks releasing the next SDK build—Rubygems requires monotonically increasing versions, so any publish pipeline will fail and consumers will see the SDK advertise an older release.
Useful? React with 👍 / 👎.
This PR regenerates code to match the latest API Definition.