Skip to content

Commit

Permalink
Merge pull request alexrudall#163 from alexrudall/remove-upper-gem-co…
Browse files Browse the repository at this point in the history
…nstraint

Remove upper limit on httparty version
  • Loading branch information
alexrudall authored Jan 22, 2023
2 parents 80583ce + 32e82bb commit a5b0fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
ruby-openai (3.0.3)
httparty (>= 0.18.1, < 0.22.0)
httparty (>= 0.18.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion ruby-openai.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "httparty", ">= 0.18.1", "< 0.22.0"
spec.add_dependency "httparty", ">= 0.18.1"
end

0 comments on commit a5b0fa3

Please sign in to comment.