We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f941b1 + 7b6e74d commit 9a78153Copy full SHA for 9a78153
Gemfile
@@ -5,7 +5,7 @@ source "https://rubygems.org"
5
# Specify your gem's dependencies in qdrant.gemspec
6
gemspec
7
8
-gem "rake", "~> 13.0"
+gem "rake", "~> 13.2"
9
10
gem "rspec", "~> 3.0"
11
gem "standard", "~> 1.28.5"
Gemfile.lock
@@ -33,7 +33,7 @@ GEM
33
pry (>= 0.13, < 0.15)
34
racc (1.8.1)
35
rainbow (3.1.1)
36
- rake (13.0.6)
+ rake (13.2.1)
37
regexp_parser (2.9.2)
38
rexml (3.3.9)
39
rspec (3.11.0)
@@ -89,7 +89,7 @@ PLATFORMS
89
DEPENDENCIES
90
pry-byebug (~> 3.9)
91
qdrant-ruby!
92
- rake (~> 13.0)
+ rake (~> 13.2)
93
rspec (~> 3.0)
94
standard (~> 1.28.5)
95
0 commit comments