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

Update ruby-openai requirement from ~> 5.0 to >= 5, < 8 #75

Closed
wants to merge 1 commit into from
Closed
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
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
async (~> 2.6)
dotenv (~> 2.8.0)
dry-monads (~> 1.6)
ruby-openai (~> 5.0)
ruby-openai (>= 5, < 8)
slack-ruby-client (~> 2.x)
zeitwerk (~> 2.6.6)

Expand Down Expand Up @@ -39,15 +39,16 @@ GEM
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
event_stream_parser (0.3.0)
faraday (2.9.0)
event_stream_parser (1.0.0)
faraday (2.10.0)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-mashify (0.1.1)
faraday (~> 2.0)
hashie
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.1.0)
faraday-net_http (3.1.1)
net-http
fiber-annotation (0.2.0)
fiber-local (1.1.0)
Expand All @@ -60,7 +61,8 @@ GEM
json (2.7.2)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
multipart-post (2.3.0)
logger (1.6.0)
multipart-post (2.4.1)
net-http (0.4.1)
uri
parallel (1.25.1)
Expand Down Expand Up @@ -103,8 +105,8 @@ GEM
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-openai (5.2.0)
event_stream_parser (>= 0.3.0, < 1.0.0)
ruby-openai (7.1.0)
event_stream_parser (>= 0.3.0, < 2.0.0)
faraday (>= 1)
faraday-multipart (>= 1)
ruby-progressbar (1.13.0)
Expand Down
2 changes: 1 addition & 1 deletion gold_miner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "async", "~> 2.6"
spec.add_dependency "dotenv", "~> 2.8.0"
spec.add_dependency "dry-monads", "~> 1.6"
spec.add_dependency "ruby-openai", "~> 5.0"
spec.add_dependency "ruby-openai", ">= 5", "< 8"
spec.add_dependency "slack-ruby-client", "~> 2.x"
spec.add_dependency "zeitwerk", "~> 2.6.6"

Expand Down
Loading