Skip to content

Commit

Permalink
Update httparty, loosening gemspec restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Jan 3, 2023
1 parent 2218a61 commit c85f999
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions 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.2)
httparty (>= 0.18.1, < 0.21.0)
httparty (>= 0.18.1, < 0.22.0)

GEM
remote: https://rubygems.org/
Expand All @@ -16,13 +16,11 @@ GEM
diff-lcs (1.5.0)
dotenv (2.8.1)
hashdiff (1.0.1)
httparty (0.20.0)
mime-types (~> 3.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
json (2.6.3)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
multi_xml (0.6.0)
parallel (1.22.1)
parser (3.1.3.0)
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.21.0"
spec.add_dependency "httparty", ">= 0.18.1", "< 0.22.0"
end

0 comments on commit c85f999

Please sign in to comment.