Skip to content

Commit

Permalink
Bump ruby-openai from 6.2.0 to 7.3.1
Browse files Browse the repository at this point in the history
Bumps [ruby-openai](https://github.com/alexrudall/ruby-openai) from 6.2.0 to 7.3.1.
- [Release notes](https://github.com/alexrudall/ruby-openai/releases)
- [Changelog](https://github.com/alexrudall/ruby-openai/blob/main/CHANGELOG.md)
- [Commits](alexrudall/ruby-openai@v6.2.0...v7.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 181dc36 commit be4ee34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem "delayed_job_active_record", "~> 4.1"
# Administrate for admin panel
gem "administrate", "1.0.0.beta1"
# Open AI ruby
gem "ruby-openai", "~> 6.2.0"
gem "ruby-openai", "~> 7.3.1"
# Pagy for pagination
gem "pagy", "~> 6.0"
# Pundit for authorization
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ GEM
erubi (1.13.0)
et-orbi (1.2.11)
tzinfo
event_stream_parser (0.3.0)
event_stream_parser (1.0.0)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
Expand Down Expand Up @@ -356,8 +356,8 @@ GEM
rubocop-minitest
rubocop-performance
rubocop-rails
ruby-openai (6.2.0)
event_stream_parser (>= 0.3.0, < 1.0.0)
ruby-openai (7.3.1)
event_stream_parser (>= 0.3.0, < 2.0.0)
faraday (>= 1)
faraday-multipart (>= 1)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -468,7 +468,7 @@ DEPENDENCIES
rack-cors (~> 2.0.1)
rails!
rubocop-rails-omakase
ruby-openai (~> 6.2.0)
ruby-openai (~> 7.3.1)
selenium-webdriver
solid_cable
solid_cache
Expand Down

0 comments on commit be4ee34

Please sign in to comment.