Skip to content

Commit 5ca00e5

Browse files
authored
Merge pull request #213 from code0-tech/renovate/optparse-0.x
Update dependency optparse to "~> 0.8.0"
2 parents c6aac66 + d18b3bb commit 5ca00e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ gem "erb"
66

77
gem "grpc", "~> 1.73"
88

9-
gem "optparse", "~> 0.6.0"
9+
gem "optparse", "~> 0.8.0"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GEM
1111
grpc (1.75.0)
1212
google-protobuf (>= 3.25, < 5.0)
1313
googleapis-common-protos-types (~> 1.0)
14-
optparse (0.6.0)
14+
optparse (0.8.0)
1515
rake (13.3.0)
1616

1717
PLATFORMS
@@ -20,7 +20,7 @@ PLATFORMS
2020
DEPENDENCIES
2121
erb
2222
grpc (~> 1.73)
23-
optparse (~> 0.6.0)
23+
optparse (~> 0.8.0)
2424

2525
BUNDLED WITH
2626
2.6.6

0 commit comments

Comments
 (0)