From 04927aa66f3b54d75ddb9ac09aa8b645d589d731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 08:33:32 +0000 Subject: [PATCH] Bump ruby-openai from 7.1.0 to 8.1.0 Bumps [ruby-openai](https://github.com/alexrudall/ruby-openai) from 7.1.0 to 8.1.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.1.0...v8.1.0) --- updated-dependencies: - dependency-name: ruby-openai dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index ff86b33c..9644ecb3 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "ruby-openai", "~> 7.1.0" +gem "ruby-openai", "~> 8.1.0" gem "anthropic", "~> 0.3.0" group :test do diff --git a/Gemfile.lock b/Gemfile.lock index a0e064f6..52f27f36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM drb (2.2.1) erubi (1.13.1) event_stream_parser (1.0.0) - faraday (2.12.2) + faraday (2.13.0) faraday-net_http (>= 2.0, < 3.5) json logger @@ -120,7 +120,7 @@ GEM json (2.10.2) language_server-protocol (3.17.0.4) lint_roller (1.1.0) - logger (1.6.6) + logger (1.7.0) loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -258,7 +258,7 @@ GEM rubocop (>= 1.72) rubocop-performance (>= 1.24) rubocop-rails (>= 2.30) - ruby-openai (7.1.0) + ruby-openai (8.1.0) event_stream_parser (>= 0.3.0, < 2.0.0) faraday (>= 1) faraday-multipart (>= 1) @@ -316,7 +316,7 @@ DEPENDENCIES puma rspec rubocop-rails-omakase - ruby-openai (~> 7.1.0) + ruby-openai (~> 8.1.0) sqlite3 standard