Skip to content

Commit

Permalink
require version gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tungnt1203 committed Nov 5, 2024
1 parent 45b40c1 commit 7074ebf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PATH
remote: .
specs:
minds_sdk (1.0.0)
faraday
ruby-openai
faraday (~> 2.12)
ruby-openai (~> 7.3, >= 7.3.1)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions minds_sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Gem::Specification.new do |spec|
spec.require_paths = [ "lib" ]

# Uncomment to register a new dependency of your gem
spec.add_dependency "faraday"
spec.add_dependency "ruby-openai"
spec.add_dependency "faraday", '~> 2.12'
spec.add_dependency "ruby-openai", '~> 7.3', '>= 7.3.1'
# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
end

0 comments on commit 7074ebf

Please sign in to comment.