Skip to content

Commit

Permalink
Merge branch 'main' into jamiemagee/opentelemetry-initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulapopoola authored Jan 23, 2024
2 parents 1029176 + 6d16704 commit 1bdeb0e
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 56 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PATH
bundler (>= 1.16, < 3.0.0)
commonmarker (>= 0.20.1, < 0.24.0)
docker_registry2 (~> 1.18.0)
excon (~> 0.96, < 0.105)
excon (~> 0.109)
faraday (= 2.7.11)
faraday-retry (= 2.2.0)
gitlab (= 4.19.0)
Expand Down Expand Up @@ -165,7 +165,7 @@ GEM
rest-client (>= 1.8.0)
domain_name (0.6.20231109)
erubi (1.12.0)
excon (0.104.0)
excon (0.109.0)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
Expand Down
2 changes: 1 addition & 1 deletion common/dependabot-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "bundler", ">= 1.16", "< 3.0.0"
spec.add_dependency "commonmarker", ">= 0.20.1", "< 0.24.0"
spec.add_dependency "docker_registry2", "~> 1.18.0"
spec.add_dependency "excon", "~> 0.96", "< 0.105"
spec.add_dependency "excon", "~> 0.109"
spec.add_dependency "faraday", "2.7.11"
spec.add_dependency "faraday-retry", "2.2.0"
spec.add_dependency "gitlab", "4.19.0"
Expand Down

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

2 changes: 1 addition & 1 deletion updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem "dependabot-terraform", path: "../terraform"
gem "http", "~> 5.1"
gem "octokit", "6.1.1"
gem "opentelemetry-exporter-otlp", "~> 0.26"
gem "opentelemetry-instrumentation-excon", "~> 0.21"
gem "opentelemetry-instrumentation-excon", "~> 0.22"
gem "opentelemetry-instrumentation-faraday", "~> 0.23"
gem "opentelemetry-instrumentation-http", "~> 0.23"
gem "opentelemetry-instrumentation-net_http", "~> 0.22"
Expand Down
8 changes: 4 additions & 4 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PATH
bundler (>= 1.16, < 3.0.0)
commonmarker (>= 0.20.1, < 0.24.0)
docker_registry2 (~> 1.18.0)
excon (~> 0.96, < 0.105)
excon (~> 0.109)
faraday (= 2.7.11)
faraday-retry (= 2.2.0)
gitlab (= 4.19.0)
Expand Down Expand Up @@ -165,7 +165,7 @@ GEM
rest-client (>= 1.8.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
excon (0.104.0)
excon (0.109.0)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
Expand Down Expand Up @@ -233,7 +233,7 @@ GEM
opentelemetry-instrumentation-base (0.22.3)
opentelemetry-api (~> 1.0)
opentelemetry-registry (~> 0.1)
opentelemetry-instrumentation-excon (0.21.2)
opentelemetry-instrumentation-excon (0.22.0)
opentelemetry-api (~> 1.0)
opentelemetry-common (~> 0.20.0)
opentelemetry-instrumentation-base (~> 0.22.1)
Expand Down Expand Up @@ -372,7 +372,7 @@ DEPENDENCIES
http (~> 5.1)
octokit (= 6.1.1)
opentelemetry-exporter-otlp (~> 0.26)
opentelemetry-instrumentation-excon (~> 0.21)
opentelemetry-instrumentation-excon (~> 0.22)
opentelemetry-instrumentation-faraday (~> 0.23)
opentelemetry-instrumentation-http (~> 0.23)
opentelemetry-instrumentation-net_http (~> 0.22)
Expand Down

0 comments on commit 1bdeb0e

Please sign in to comment.