Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ruby-openai from 6.2.0 to 7.3.1 #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# 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 All @@ -37,7 +37,7 @@
# Tailwind CSS
gem "tailwindcss-rails", "~> 2.7"
# CORS for API
gem 'rack-cors', "~> 2.0.1"

Check failure on line 40 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.



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
Loading