Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump opentelemetry-exporter-otlp from bd16be2 to 1f7c92c #12

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,6 @@ GIT
opentelemetry-sdk
opentelemetry-semantic_conventions

GIT
remote: https://github.com/kaylareopelle/opentelemetry-ruby
revision: bd16be26ffa86cd216c040214283c46e5b4fbeec
branch: log-record-processor3
glob: exporter/otlp/*.gemspec
specs:
opentelemetry-exporter-otlp (0.26.3)
google-protobuf (~> 3.14)
googleapis-common-protos-types (~> 1.3)
opentelemetry-api (~> 1.1)
opentelemetry-common (~> 0.20)
opentelemetry-sdk (~> 1.2)
opentelemetry-semantic_conventions

GIT
remote: https://github.com/kaylareopelle/opentelemetry-ruby
revision: bd16be26ffa86cd216c040214283c46e5b4fbeec
Expand Down Expand Up @@ -68,6 +54,20 @@ GIT
opentelemetry-registry (~> 0.2)
opentelemetry-semantic_conventions

GIT
remote: https://github.com/kaylareopelle/opentelemetry-ruby
revision: 1f7c92cfc32dc4537b2f2f30df8ea65323f451d5
branch: log-record-processor3
glob: exporter/otlp/*.gemspec
specs:
opentelemetry-exporter-otlp (0.28.1)
google-protobuf (>= 3.18)
googleapis-common-protos-types (~> 1.3)
opentelemetry-api (~> 1.1)
opentelemetry-common (~> 0.20)
opentelemetry-sdk (~> 1.2)
opentelemetry-semantic_conventions

GIT
remote: https://github.com/kaylareopelle/opentelemetry-ruby-contrib
revision: b0da0f1fabf28cf68e528602b5c462157523de7c
Expand Down Expand Up @@ -198,12 +198,12 @@ GEM
erubi (1.13.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.25.3)
google-protobuf (3.25.3-aarch64-linux)
google-protobuf (3.25.3-arm64-darwin)
google-protobuf (3.25.3-x86-linux)
google-protobuf (3.25.3-x86_64-darwin)
google-protobuf (3.25.3-x86_64-linux)
google-protobuf (3.25.4)
google-protobuf (3.25.4-aarch64-linux)
google-protobuf (3.25.4-arm64-darwin)
google-protobuf (3.25.4-x86-linux)
google-protobuf (3.25.4-x86_64-darwin)
google-protobuf (3.25.4-x86_64-linux)
googleapis-common-protos-types (1.15.0)
google-protobuf (>= 3.18, < 5.a)
i18n (1.14.5)
Expand Down Expand Up @@ -393,7 +393,7 @@ GEM
opentelemetry-semantic_conventions (>= 1.8.0)
opentelemetry-registry (0.3.1)
opentelemetry-api (~> 1.1)
opentelemetry-semantic_conventions (1.10.0)
opentelemetry-semantic_conventions (1.10.1)
opentelemetry-api (~> 1.0)
opentelemetry-test-helpers (0.4.0)
psych (5.1.2)
Expand Down
Loading