Skip to content

Commit 39c4cc6

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 6a3a9bf commit 39c4cc6

2 files changed

Lines changed: 4 additions & 4 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ GEM
223223
jbuilder (2.14.1)
224224
actionview (>= 7.0.0)
225225
activesupport (>= 7.0.0)
226-
json (2.13.2)
226+
json (2.14.1)
227227
jwt (3.1.2)
228228
base64
229229
kamal (2.7.0)
@@ -427,7 +427,7 @@ GEM
427427
rubocop (>= 1.72)
428428
rubocop-performance (>= 1.24)
429429
rubocop-rails (>= 2.30)
430-
ruby-openai (8.2.0)
430+
ruby-openai (8.3.0)
431431
event_stream_parser (>= 0.3.0, < 2.0.0)
432432
faraday (>= 1)
433433
faraday-multipart (>= 1)
@@ -547,7 +547,7 @@ DEPENDENCIES
547547
rorvswild (~> 1.9)
548548
rouge (~> 4.0)
549549
rubocop-rails-omakase
550-
ruby-openai (~> 8.2)
550+
ruby-openai (~> 8.3)
551551
selenium-webdriver
552552
solid_cable
553553
solid_cache

0 commit comments

Comments
 (0)