File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- qdrant-ruby (0.9.1 )
5- faraday (~> 2.7 )
4+ qdrant-ruby (0.9.2 )
5+ faraday (~> 1 )
66
77GEM
88 remote: https://rubygems.org/
1111 byebug (11.1.3 )
1212 coderay (1.1.3 )
1313 diff-lcs (1.5.0 )
14- faraday (2.7.4 )
15- faraday-net_http (>= 2.0 , < 3.1 )
16- ruby2_keywords (>= 0.0.4 )
17- faraday-net_http (3.0.2 )
14+ faraday (1.2.0 )
15+ multipart-post (>= 1.2 , < 3 )
16+ ruby2_keywords
1817 json (2.6.3 )
1918 language_server-protocol (3.17.0.3 )
2019 method_source (1.0.0 )
20+ multipart-post (2.3.0 )
2121 parallel (1.22.1 )
2222 parser (3.2.1.1 )
2323 ast (~> 2.4.1 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Qdrant
4- VERSION = "0.9.1 "
4+ VERSION = "0.9.2 "
55end
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ Gem::Specification.new do |spec|
3535 # For more information and examples about making a new gem, check out our
3636 # guide at: https://bundler.io/guides/creating_gem.html
3737
38- spec . add_dependency "faraday" , "~> 2.7 "
38+ spec . add_dependency "faraday" , "~> 1 "
3939 spec . add_development_dependency "pry-byebug" , "~> 3.9"
4040end
You can’t perform that action at this time.
0 commit comments