Skip to content

Commit ef68c29

Browse files
squash: use a single group
1 parent 80477b2 commit ef68c29

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

helpers/mysql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add the gem to your instrumentation's Gemfile:
1616
```ruby
1717
# Gemfile
1818

19-
group :test, :development do
19+
group :test do
2020
gem 'opentelemetry-helpers-mysql', path: '../../helpers/mysql'
2121
end
2222
```

helpers/sql-obfuscation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the gem to your instrumentation's Gemfile:
1818
```ruby
1919
# Gemfile
2020

21-
group :test, :development do
21+
group :test do
2222
gem 'opentelemetry-helpers-sql-obfuscation', path: '../../helpers/sql-obfuscation'
2323
end
2424
```

instrumentation/mysql2/Gemfile

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

99
gemspec
1010

11-
group :test, :development do
11+
group :test do
1212
gem 'opentelemetry-instrumentation-base', path: '../base'
1313
gem 'opentelemetry-helpers-sql', path: '../../helpers/sql'
1414
gem 'opentelemetry-helpers-mysql', path: '../../helpers/mysql'

instrumentation/rails/Gemfile

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

99
gemspec
1010

11-
group :test, :development do
11+
group :test do
1212
gem 'pry-byebug'
1313
gem 'appraisal', '~> 2.5'
1414
gem 'bundler', '~> 2.4'

0 commit comments

Comments
 (0)