From 72819097a448ab2f5cd38339fdff48191c0a2247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 14:41:44 +0000 Subject: [PATCH] Bump ruby-openai from 7.0.1 to 8.3.0 Bumps [ruby-openai](https://github.com/alexrudall/ruby-openai) from 7.0.1 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.0.1...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 | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ea34682..131f9c2 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ gem "thruster", require: false gem "telegram-bot-ruby", "~> 2.0" # Telegram Bot API gem "faraday", "~> 2.7" # HTTP client gem "faraday-multipart", "~> 1.0" # Multipart support for Faraday -gem "ruby-openai", "7.0.1" # OpenAI (Whisper, GPT-4) - specific version for Faraday 2.x compatibility +gem "ruby-openai", "8.3.0" # OpenAI (Whisper, GPT-4) - specific version for Faraday 2.x compatibility gem "google-apis-calendar_v3" # Google Calendar API gem "googleauth" # Google OAuth gem "httparty", "~> 0.22" # HTTP requests diff --git a/Gemfile.lock b/Gemfile.lock index a207e2a..d18e51e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -192,7 +192,7 @@ GEM jbuilder (2.14.1) actionview (>= 7.0.0) activesupport (>= 7.0.0) - json (2.16.0) + json (2.17.1) jwt (3.1.2) base64 kamal (2.8.2) @@ -248,6 +248,8 @@ GEM racc (~> 1.4) nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) + nokogiri (1.18.10-x86_64-linux-gnu) + racc (~> 1.4) os (1.1.4) ostruct (0.6.3) parallel (1.27.0) @@ -351,7 +353,7 @@ GEM rubocop (>= 1.72) rubocop-performance (>= 1.24) rubocop-rails (>= 2.30) - ruby-openai (7.0.1) + ruby-openai (8.3.0) event_stream_parser (>= 0.3.0, < 2.0.0) faraday (>= 1) faraday-multipart (>= 1) @@ -383,6 +385,7 @@ GEM thor (>= 1.3.1) sqlite3 (2.8.0-aarch64-linux-gnu) sqlite3 (2.8.0-arm64-darwin) + sqlite3 (2.8.0-x86_64-linux-gnu) sshkit (1.24.0) base64 logger @@ -402,6 +405,7 @@ GEM thruster (0.1.16) thruster (0.1.16-aarch64-linux) thruster (0.1.16-arm64-darwin) + thruster (0.1.16-x86_64-linux) timeout (0.4.4) trailblazer-option (0.1.2) tsort (0.2.0) @@ -433,6 +437,7 @@ GEM PLATFORMS aarch64-linux arm64-darwin-24 + x86_64-linux DEPENDENCIES bootsnap @@ -452,7 +457,7 @@ DEPENDENCIES puma (>= 5.0) rails (~> 8.0.3) rubocop-rails-omakase - ruby-openai (= 7.0.1) + ruby-openai (= 8.3.0) selenium-webdriver solid_cable solid_queue