Skip to content

Commit

Permalink
Update gauge-proto to latest while re-generating for protobuf 4 compa…
Browse files Browse the repository at this point in the history
…tibility (#362)

Signed-off-by: Chad Wilson <[email protected]>
  • Loading branch information
chadlwilson authored Jul 12, 2024
1 parent 5ce8ddc commit 4fd49a7
Show file tree
Hide file tree
Showing 8 changed files with 184 additions and 625 deletions.
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
PATH
remote: .
specs:
gauge-ruby (0.9.1)
google-protobuf (>= 3, < 4)
gauge-ruby (0.9.2)
grpc (~> 1.10, >= 1.10.0, < 1.65)
parser (>= 3.1, < 4.0)
unparser (>= 0.6.4, < 0.7.0)
Expand Down
1 change: 0 additions & 1 deletion gauge-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'parser', '>= 3.1', '< 4.0'
s.add_runtime_dependency 'unparser', '>= 0.6.4', '< 0.7.0'
s.add_runtime_dependency 'grpc', '~> 1.10', '>= 1.10.0', '< 1.65'
s.add_runtime_dependency 'google-protobuf', '>= 3', '< 4'
s.add_development_dependency 'grpc-tools', '~> 1.10', '>= 1.10.0', '< 1.65'
s.required_ruby_version = ">= 3.1"
end
381 changes: 61 additions & 320 deletions lib/messages_pb.rb

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions lib/services_pb.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4fd49a7

Please sign in to comment.