Skip to content

Commit

Permalink
Gem deps not open ended
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed May 23, 2023
1 parent c88a544 commit abf8e6f
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:
ai_refactor (0.1.0)
colorize
open3
colorize (< 2.0)
open3 (< 2.0)
ruby-openai (>= 3.4.0, < 5.0)

GEM
Expand Down
4 changes: 2 additions & 2 deletions ai_refactor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
spec.add_dependency "colorize"
spec.add_dependency "open3"
spec.add_dependency "colorize", "< 2.0"
spec.add_dependency "open3", "< 2.0"
spec.add_dependency "ruby-openai", ">= 3.4.0", "< 5.0"
end

0 comments on commit abf8e6f

Please sign in to comment.