Skip to content

Commit 2a6a98d

Browse files
chore(deps-dev): update faraday requirement from ~> 0.13 to ~> 2.14
Updates the requirements on [faraday](https://github.com/lostisland/faraday) to permit the latest version. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v0.13.0...v2.14.0) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a934bbe commit 2a6a98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/opentelemetry-api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929
spec.add_development_dependency 'benchmark-ipsa', '~> 0.2.0'
3030
spec.add_development_dependency 'bundler', '>= 1.17'
3131
spec.add_development_dependency 'concurrent-ruby', '~> 1.3'
32-
spec.add_development_dependency 'faraday', '~> 0.13'
32+
spec.add_development_dependency 'faraday', '~> 2.14'
3333
spec.add_development_dependency 'minitest', '~> 5.0'
3434
spec.add_development_dependency 'opentelemetry-test-helpers'
3535
spec.add_development_dependency 'rake', '~> 12.0'

0 commit comments

Comments
 (0)