forked from open-telemetry/opentelemetry-ruby-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
21 lines (17 loc) · 671 Bytes
/
Gemfile
File metadata and controls
21 lines (17 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# frozen_string_literal: true
# Copyright The OpenTelemetry Authors
#
# SPDX-License-Identifier: Apache-2.0
source 'https://rubygems.org'
# Due to a bug in Dependabot Core, we cannot update instrumentation gems because
# they reference each other using local paths in their Gemfiles.
#
# This list of gems will be tracked and updated by Dependabot and we can then update them manually
# bin/update-dependencies <gem-name> <new-version>
gem 'opentelemetry-api', '~> 1.7'
gem 'opentelemetry-common', '~> 0.21'
gem 'opentelemetry-registry', '~> 0.1'
gem 'opentelemetry-sdk', '~> 1.1'
gem 'rake', '>= 13'
gem 'rubocop', '~> 1.85.0'
gem 'rubocop-performance', '~> 1.26.0'