Skip to content

Commit

Permalink
Upgrade only httparty
Browse files Browse the repository at this point in the history
  • Loading branch information
RSO authored and ScotterC committed Aug 9, 2024
1 parent be1cd88 commit 2eb1eac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
pinecone (1.0.1)
dry-struct (~> 1.6.0)
dry-validation (~> 1.10.0)
httparty (~> 0.21.0)
httparty (~> 0.22.0)

GEM
remote: https://rubygems.org/
Expand All @@ -16,6 +16,7 @@ GEM
concurrent-ruby (1.2.2)
crack (0.4.5)
rexml
csv (3.3.0)
debug (1.7.2)
irb (>= 1.5.0)
reline (>= 0.3.1)
Expand Down Expand Up @@ -59,7 +60,8 @@ GEM
dry-schema (>= 1.12, < 2)
zeitwerk (~> 2.6)
hashdiff (1.0.1)
httparty (0.21.0)
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
ice_nine (0.11.2)
Expand Down
2 changes: 1 addition & 1 deletion pinecone.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.metadata = {"source_code_uri" => "https://github.com/ScotterC/pinecone"}
s.license = "MIT"

s.add_dependency "httparty", "~> 0.21.0"
s.add_dependency "httparty", "~> 0.22.0"
s.add_dependency "dry-struct", "~> 1.6.0"
s.add_dependency "dry-validation", "~> 1.10.0"
end

0 comments on commit 2eb1eac

Please sign in to comment.