Skip to content

Bump ruby_llm from 1.12.0 to 1.13.1#76

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/ruby_llm-1.13.1
Open

Bump ruby_llm from 1.12.0 to 1.13.1#76
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/ruby_llm-1.13.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Bumps ruby_llm from 1.12.0 to 1.13.1.

Release notes

Sourced from ruby_llm's releases.

1.13.1

RubyLLM 1.13.1: Quick Fixes 🐛🔧

A small patch release with three fixes.

🧩 Fix: Schema + Tool Calls No Longer Crash

Using with_schema and with_tool together caused intermediate tool-call responses to be eagerly JSON-parsed, crashing on the next API call. RubyLLM now only parses the final response content. Fixes #649.

📊 Gemini: Cached Token Usage

Gemini responses now populate cached_tokens for both regular and streaming responses.

🪟 Fix: Binary Attachment Reads on Windows

Path-based attachments now use File.binread instead of File.read, preventing text-mode truncation of binary files on Windows.

Installation

gem "ruby_llm", "1.13.1"

Upgrading from 1.13.0

bundle update ruby_llm

Merged PRs

New Contributors

Full Changelog: crmne/ruby_llm@1.13.0...1.13.1

1.13.0

RubyLLM 1.13: Massive Amount of Fixes + A Ton of Merged PRs 🎉🤖🛠️

This is a big stabilization release.

RubyLLM 1.13.0 ships a very large set of reliability fixes and production-grade polish across tool calling, structured output, provider configuration, retries/error classification, Rails generators, and agent lifecycle behavior.

There are also many merged PRs from the community in this cycle.

Highlights

🛠️ Tool Calling: More Control + Better Real-World Failure Handling

... (truncated)

Commits
  • 97c0546 Bump to 1.13.1
  • 1094945 Populate Gemini cached token usage
  • beec837 Fix schema JSON parsing for intermediate tool-call responses (#650)
  • b8df073 Fix binary attachment reads on Windows
  • 526c9a0 Updated contributing guide
  • 363d3a7 Normalize tool keyword argument error labels
  • e36cbbf Validate tool args upfront with execute signature
  • 6245c0c Fix CI
  • ba3244a Bump to 1.13, switch to parallel rspec, rerecorded all vcrs and fixed tests
  • 55b1ebb Docs: recommend fiber isolation for async Rails DB workloads
  • 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 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 [ruby_llm](https://github.com/crmne/ruby_llm) from 1.12.0 to 1.13.1.
- [Release notes](https://github.com/crmne/ruby_llm/releases)
- [Commits](crmne/ruby_llm@1.12.0...1.13.1)

---
updated-dependencies:
- dependency-name: ruby_llm
  dependency-version: 1.13.1
  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 Mar 4, 2026
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