Skip to content

Commit 0656c8f

Browse files
committed
squash: more dependencies
1 parent a92c5ff commit 0656c8f

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

instrumentation/mysql2/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ group :test, :development do
1515
gem 'opentelemetry-helpers-sql-obfuscation', path: '../../helpers/sql-obfuscation'
1616
if RUBY_VERSION >= '3.4'
1717
gem 'base64'
18+
gem 'bigdecimal'
1819
gem 'mutex_m'
1920
end
2021
end

instrumentation/racecar/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ source 'https://rubygems.org'
1313
gemspec
1414

1515
group :development, :test do
16+
gem 'activesupport'
1617
gem 'opentelemetry-instrumentation-base', path: '../base'
1718
if RUBY_VERSION >= '3.4'
1819
gem 'base64'

instrumentation/ruby_kafka/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ group :test do
1313
gem 'pry-byebug'
1414
if RUBY_VERSION >= '3.4'
1515
gem 'base64'
16+
gem 'bigdecimal'
1617
gem 'mutex_m'
1718
end
1819
end

instrumentation/trilogy/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ group :test do
1616
gem 'opentelemetry-propagator-vitess', path: '../../propagator/vitess'
1717
if RUBY_VERSION >= '3.4'
1818
gem 'base64'
19+
gem 'bigdecimal'
1920
gem 'mutex_m'
2021
end
2122
end

0 commit comments

Comments
 (0)