Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Sep 17, 2024
1 parent 2d9de0d commit 6c0a889
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 94 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Configure git
run: 'git config --global init.defaultBranch main'
- uses: actions/checkout@v4.1.7
- uses: ruby/setup-ruby@v1.188.0
- uses: ruby/setup-ruby@v1.193.0
with:
ruby-version: '3.2.2'
- run: bundle
Expand Down
9 changes: 4 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@ gem 'opentelemetry-logs-sdk',
branch: 'log-record-processor3',
glob: 'logs_sdk/*.gemspec'

# OTLP Exporters with logging enhancements
gem 'opentelemetry-exporter-otlp',
git: 'https://github.com/kaylareopelle/opentelemetry-ruby',
branch: 'log-record-processor3',
glob: 'exporter/otlp/*.gemspec'
# OTLP Exporters
# We don't need to change anything with the main OTLP exporter
gem 'opentelemetry-exporter-otlp'

# The OTLP logging exporter has not been released
gem 'opentelemetry-exporter-otlp-logs',
git: 'https://github.com/kaylareopelle/opentelemetry-ruby',
branch: 'log-record-processor3',
Expand Down
Loading

0 comments on commit 6c0a889

Please sign in to comment.