Skip to content

chore(deps): bump ruby_llm from 1.14.0 to 1.14.1#287

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/ruby_llm-1.14.1
Closed

chore(deps): bump ruby_llm from 1.14.0 to 1.14.1#287
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/ruby_llm-1.14.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 2, 2026

Copy link
Copy Markdown
Contributor

Bumps ruby_llm from 1.14.0 to 1.14.1.

Release notes

Sourced from ruby_llm's releases.

1.14.1

RubyLLM 1.14.1: Leaner Providers + ActiveStorage Fix 🔧🐛

A patch release that slims down provider code, fixes an ActiveStorage blob re-upload issue, and refreshes the model registry.

🏗️ Leaner Provider Model Fallbacks

Provider Capabilities modules no longer carry hundreds of lines of hardcoded pricing, context windows, and feature flags. These values now come from the model registry (models.json), and the Ruby fallback code has been trimmed to only the fields that are genuinely needed at the provider level (e.g. supports_tool_choice?). This removes ~400 net lines of code across Anthropic, OpenAI, Gemini, DeepSeek, and Perplexity, and means the registry is the single source of truth for model metadata.

For you, this means more accurate capabilities and pricing going forward.

🐛 Fix: ActiveStorage::Blob Re-upload

When an ActiveStorage::Blob was passed to ask or create_user_message via with:, it was downloaded and re-uploaded as a new blob. Existing blobs are now detected and reused directly, avoiding unnecessary storage churn. Fixes #665.

📦 Updated Model Registry

The model registry has been refreshed with the latest available models from all providers.

📝 Docs

Fixed a typo in the moderation guide ("Patters" → "Patterns").

Installation

gem "ruby_llm", "1.14.1"

Upgrading from 1.14.0

bundle update ruby_llm

Merged PRs

New Contributors

Full Changelog: crmne/ruby_llm@1.14.0...1.14.1

Commits
  • ac4d5d7 Bump to 1.14.1
  • 33c20c8 Refresh generated model registry files
  • 070f5a0 Trim provider model fallbacks to critical registry fields
  • 4ed9dfb Switch to og version of og image
  • aae030c fixed plausible snippet
  • 5c28730 Updated plausible script
  • 3c6e53c Update moderation.md (#703)
  • 61bccb4 Fix ActiveStorage::Blob re-upload if used in with: param (#683)
  • f63c65a Add demo video to homepage and readme
  • See full diff in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 2, 2026
Bumps [ruby_llm](https://github.com/crmne/ruby_llm) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/crmne/ruby_llm/releases)
- [Commits](crmne/ruby_llm@1.14.0...1.14.1)

---
updated-dependencies:
- dependency-name: ruby_llm
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/ruby_llm-1.14.1 branch from 17a6148 to 381b493 Compare April 14, 2026 11:25
@dependabot @github

dependabot Bot commented on behalf of github May 7, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #310.

@dependabot dependabot Bot closed this May 7, 2026
@dependabot dependabot Bot deleted the dependabot/bundler/ruby_llm-1.14.1 branch May 7, 2026 19:25
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