Skip to content

Commit c28f4b3

Browse files
version 0.8.8
1 parent 6c9ff72 commit c28f4b3

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

Gemfile.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,51 @@
11
PATH
22
remote: .
33
specs:
4-
weaviate-ruby (0.8.7)
4+
weaviate-ruby (0.8.8)
55
faraday (>= 2.0.1, < 3.0)
66
graphlient (~> 0.7.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (7.0.4.3)
11+
activesupport (7.1.0)
12+
base64
13+
bigdecimal
1214
concurrent-ruby (~> 1.0, >= 1.0.2)
15+
connection_pool (>= 2.2.5)
16+
drb
1317
i18n (>= 1.6, < 2)
1418
minitest (>= 5.1)
19+
mutex_m
1520
tzinfo (~> 2.0)
1621
ast (2.4.2)
22+
base64 (0.1.1)
23+
bigdecimal (3.1.4)
1724
byebug (11.1.3)
1825
coderay (1.1.3)
1926
concurrent-ruby (1.2.2)
27+
connection_pool (2.4.1)
2028
diff-lcs (1.5.0)
29+
drb (2.1.1)
30+
ruby2_keywords
2131
faraday (2.7.10)
2232
faraday-net_http (>= 2.0, < 3.1)
2333
ruby2_keywords (>= 0.0.4)
2434
faraday-net_http (3.0.2)
2535
graphlient (0.7.0)
2636
faraday (~> 2.0)
2737
graphql-client
28-
graphql (2.0.19)
38+
graphql (2.1.1)
2939
graphql-client (0.18.0)
3040
activesupport (>= 3.0)
3141
graphql
32-
i18n (1.12.0)
42+
i18n (1.14.1)
3343
concurrent-ruby (~> 1.0)
3444
json (2.6.3)
3545
language_server-protocol (3.17.0.3)
3646
method_source (1.0.0)
37-
minitest (5.18.0)
47+
minitest (5.20.0)
48+
mutex_m (0.1.2)
3849
parallel (1.22.1)
3950
parser (3.2.1.1)
4051
ast (~> 2.4.1)

lib/weaviate/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 Weaviate
4-
VERSION = "0.8.7"
4+
VERSION = "0.8.8"
55
end

0 commit comments

Comments
 (0)