Skip to content

Commit 902d536

Browse files
Bump ruby-openai from 8.2.0 to 8.3.0
Bumps [ruby-openai](https://github.com/alexrudall/ruby-openai) from 8.2.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](alexrudall/ruby-openai@v8.2.0...v8.3.0) --- updated-dependencies: - dependency-name: ruby-openai dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2d6474 commit 902d536

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ gem "redcarpet", "~> 3.6"
5353
gem "rouge", "~> 4.0"
5454

5555
# AI integration for summaries
56-
gem "ruby-openai", "~> 8.2"
56+
gem "ruby-openai", "~> 8.3"
5757
gem "anthropic", "~> 1.6.0"
5858

5959
# Pagination

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ GEM
426426
rubocop (>= 1.72)
427427
rubocop-performance (>= 1.24)
428428
rubocop-rails (>= 2.30)
429-
ruby-openai (8.2.0)
429+
ruby-openai (8.3.0)
430430
event_stream_parser (>= 0.3.0, < 2.0.0)
431431
faraday (>= 1)
432432
faraday-multipart (>= 1)
@@ -545,7 +545,7 @@ DEPENDENCIES
545545
redcarpet (~> 3.6)
546546
rouge (~> 4.0)
547547
rubocop-rails-omakase
548-
ruby-openai (~> 8.2)
548+
ruby-openai (~> 8.3)
549549
selenium-webdriver
550550
solid_cable
551551
solid_cache

0 commit comments

Comments
 (0)