Skip to content

Commit b218b63

Browse files
Relax faraday dep
1 parent a811bba commit b218b63

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
qdrant-ruby (0.9.1)
5-
faraday (~> 2.7)
4+
qdrant-ruby (0.9.2)
5+
faraday (~> 1)
66

77
GEM
88
remote: https://rubygems.org/
@@ -11,13 +11,13 @@ GEM
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)

lib/qdrant/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Qdrant
4-
VERSION = "0.9.1"
4+
VERSION = "0.9.2"
55
end

qdrant.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
4040
end

0 commit comments

Comments
 (0)