From c959c29025855950d6976a14f77df89a30c0e464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 17:36:12 +0000 Subject: [PATCH] chore(deps): bump ruby-openai from 7.4.0 to 8.3.0 Bumps [ruby-openai](https://github.com/alexrudall/ruby-openai) from 7.4.0 to 8.3.0. - [Release notes](https://github.com/alexrudall/ruby-openai/releases) - [Changelog](https://github.com/alexrudall/ruby-openai/blob/main/CHANGELOG.md) - [Commits](https://github.com/alexrudall/ruby-openai/compare/v7.4.0...v8.3.0) --- updated-dependencies: - dependency-name: ruby-openai dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c724167..067f877 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem "image_processing", "~> 1.2" # --- scribed additions --- gem "sidekiq", "~> 7.3" gem "redis", "~> 5.3" -gem "ruby-openai", "~> 7.3" +gem "ruby-openai", "~> 8.3" gem "whispercpp", "~> 1.3" gem "faraday", "~> 2.10" gem "faraday-multipart", "~> 1.0" diff --git a/Gemfile.lock b/Gemfile.lock index ded83c6..3dc2128 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -341,7 +341,7 @@ GEM rubocop (>= 1.72) rubocop-performance (>= 1.24) rubocop-rails (>= 2.30) - ruby-openai (7.4.0) + ruby-openai (8.3.0) event_stream_parser (>= 0.3.0, < 2.0.0) faraday (>= 1) faraday-multipart (>= 1) @@ -436,7 +436,7 @@ DEPENDENCIES redis (~> 5.3) rspec-rails (~> 7.0) rubocop-rails-omakase - ruby-openai (~> 7.3) + ruby-openai (~> 8.3) sidekiq (~> 7.3) solid_cable solid_cache