Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
c88d72fdaf
build(deps): bump ruby-openai from 7.3.1 to 7.4.0
Bumps [ruby-openai](https://github.com/alexrudall/ruby-openai) from 7.3.1 to 7.4.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.3.1...v7.4.0)

---
updated-dependencies:
- dependency-name: ruby-openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 07:09:12 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@ gem "sitemap_generator", "~> 6.3"
gem "ahoy_matey", "~> 5.2"
# gem "whenever", "~> 1.0"
gem "ruby-openai", "~> 7.3"
gem "ruby-openai", "~> 7.4"
gem "httparty", "~> 0.22.0"
gem "down", "~> 5.4"
gem "aws-sdk-s3", "~> 1.170"

View File

@ -217,7 +217,7 @@ GEM
thor (>= 0.14, < 2.0)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.9.1)
json (2.10.1)
kamal (2.4.0)
activesupport (>= 7.0)
base64 (~> 0.2)
@ -242,7 +242,7 @@ GEM
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
language_server-protocol (3.17.0.4)
logger (1.6.5)
logger (1.6.6)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
@ -404,7 +404,7 @@ GEM
rubocop-minitest
rubocop-performance
rubocop-rails
ruby-openai (7.3.1)
ruby-openai (7.4.0)
event_stream_parser (>= 0.3.0, < 2.0.0)
faraday (>= 1)
faraday-multipart (>= 1)
@ -545,7 +545,7 @@ DEPENDENCIES
rails (~> 8.0.1)
redis (~> 5.3)
rubocop-rails-omakase
ruby-openai (~> 7.3)
ruby-openai (~> 7.4)
selenium-webdriver
sidekiq (~> 7.3)
sidekiq-scheduler (~> 5.0)