Commit 08aec4b
authored
chore(deps): Allow google-protobuf
* chore(deps): Allow google-protobuf `~> 3.14`
GitHub still uses legacy versions of the protobuf gem. This makes it challenging to
upgrade to newer versions of the OTLP Exporter which only supports versions `~> 3.19`.
This change loosens the restrictions to allow GitHub to adopt newer versions of the protobuf
definitions using an older verson of the library.
This change explicitly skips 3.15 due to bugs like protocolbuffers/protobuf#8337
* squash: PR feedback from @simi
Addresses #1500 (comment)~> 3.14 (#1500)1 parent c0ebecf commit 08aec4b
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments