Skip to content

Commit 9495553

Browse files
committed
chore: Rubocop Bundler/OrderedGems
1 parent 2e20bc5 commit 9495553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logs_sdk/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ source 'https://rubygems.org'
88

99
gemspec
1010

11+
gem 'mutex_m' if RUBY_VERSION >= '3.4'
1112
gem 'opentelemetry-api', path: '../api'
1213
gem 'opentelemetry-logs-api', path: '../logs_api'
1314
gem 'opentelemetry-sdk', path: '../sdk'
1415
gem 'opentelemetry-test-helpers', path: '../test_helpers'
15-
gem 'mutex_m' if RUBY_VERSION >= '3.4'

0 commit comments

Comments
 (0)