Skip to content
Snippets Groups Projects
Commit 01bce27e authored by John Harris's avatar John Harris
Browse files

fix: bump protobuf ver

parent e07cf40f
No related branches found
No related tags found
No related merge requests found
Pipeline #46004 passed
......@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.add_dependency('amazing_print', '~> 1.4.0')
spec.add_dependency('ddtrace', '~> 1.9.0') # For datadog tracing/profiling.
spec.add_dependency('dogstatsd-ruby', '~> 5.4.0') # For custom application metrics.
spec.add_dependency('google-protobuf', '~> 3.21.12')
spec.add_dependency('google-protobuf', '~> 3.22.0')
spec.add_dependency('net_tcp_client', '~> 2.2.0') # For TCP logging.
spec.add_dependency('rails_semantic_logger', '~> 4.10.0')
spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment