Skip to content

Commit c87fe43

Browse files
authored
Upgrade SDK to v0.5.0 (#41)
1 parent 07b7974 commit c87fe43

2 files changed

Lines changed: 24 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-latest, macos-13, macos-latest]
14+
os: [ubuntu-latest, macos-latest]
1515
# Earliest and latest supported
1616
rubyVersion: ["3.2", "3.4"]
1717
runs-on: ${{ matrix.os }}

Gemfile.lock

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,24 @@ GEM
1414
ast (2.4.2)
1515
base64 (0.2.0)
1616
bigdecimal (3.1.9)
17-
google-protobuf (3.25.7)
17+
google-protobuf (4.31.1)
18+
bigdecimal
19+
rake (>= 13)
20+
google-protobuf (4.31.1-aarch64-linux-gnu)
21+
bigdecimal
22+
rake (>= 13)
23+
google-protobuf (4.31.1-arm64-darwin)
24+
bigdecimal
25+
rake (>= 13)
26+
google-protobuf (4.31.1-x86-linux-gnu)
27+
bigdecimal
28+
rake (>= 13)
29+
google-protobuf (4.31.1-x86_64-darwin)
30+
bigdecimal
31+
rake (>= 13)
32+
google-protobuf (4.31.1-x86_64-linux-gnu)
33+
bigdecimal
34+
rake (>= 13)
1835
googleapis-common-protos-types (1.19.0)
1936
google-protobuf (>= 3.18, < 5.a)
2037
grpc (1.71.0)
@@ -64,19 +81,19 @@ GEM
6481
rubocop-ast (1.37.0)
6582
parser (>= 3.3.1.0)
6683
ruby-progressbar (1.13.0)
67-
temporalio (0.4.0)
84+
temporalio (0.5.0)
6885
google-protobuf (>= 3.25.0)
6986
logger
70-
temporalio (0.4.0-aarch64-linux)
87+
temporalio (0.5.0-aarch64-linux)
7188
google-protobuf (>= 3.25.0)
7289
logger
73-
temporalio (0.4.0-arm64-darwin)
90+
temporalio (0.5.0-arm64-darwin)
7491
google-protobuf (>= 3.25.0)
7592
logger
76-
temporalio (0.4.0-x86_64-darwin)
93+
temporalio (0.5.0-x86_64-darwin)
7794
google-protobuf (>= 3.25.0)
7895
logger
79-
temporalio (0.4.0-x86_64-linux)
96+
temporalio (0.5.0-x86_64-linux)
8097
google-protobuf (>= 3.25.0)
8198
logger
8299
unicode-display_width (3.1.4)

0 commit comments

Comments
 (0)