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.
1 parent 1ac07a6 commit d18b3bbCopy full SHA for d18b3bb
Gemfile
@@ -6,4 +6,4 @@ gem "erb"
6
7
gem "grpc", "~> 1.73"
8
9
-gem "optparse", "~> 0.6.0"
+gem "optparse", "~> 0.8.0"
Gemfile.lock
@@ -11,7 +11,7 @@ GEM
11
grpc (1.75.0)
12
google-protobuf (>= 3.25, < 5.0)
13
googleapis-common-protos-types (~> 1.0)
14
- optparse (0.6.0)
+ optparse (0.8.0)
15
rake (13.3.0)
16
17
PLATFORMS
@@ -20,7 +20,7 @@ PLATFORMS
20
DEPENDENCIES
21
erb
22
grpc (~> 1.73)
23
- optparse (~> 0.6.0)
+ optparse (~> 0.8.0)
24
25
BUNDLED WITH
26
2.6.6
0 commit comments