Skip to content

Commit c7ff5c3

Browse files
committed
squash: add local deps
1 parent 173268f commit c7ff5c3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

instrumentation/mysql2/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ gemspec
1010

1111
group :test, :development do
1212
gem 'opentelemetry-instrumentation-base', path: '../base'
13+
gem 'opentelemetry-helpers-sql', path: '../../helpers/sql'
1314
gem 'opentelemetry-helpers-mysql', path: '../../helpers/mysql'
1415
gem 'opentelemetry-helpers-sql-obfuscation', path: '../../helpers/sql-obfuscation'
1516
end

instrumentation/que/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ gemspec
1111
group :test do
1212
gem 'activerecord', '< 7.2.0', '> 6.1.0'
1313
gem 'pg'
14+
gem 'opentelemetry-helpers-sql', path: '../../helpers/sql'
1415
gem 'opentelemetry-helpers-sql-obfuscation', path: '../../helpers/sql-obfuscation'
1516
gem 'opentelemetry-instrumentation-base', path: '../base'
1617
gem 'opentelemetry-instrumentation-pg', path: '../pg'

0 commit comments

Comments
 (0)