Skip to content

Commit 5d5ce06

Browse files
chore: Remove outdated dependencies comment (#1641)
In #1426 we enabled Gemfile dev dependencies.
1 parent d9f2405 commit 5d5ce06

File tree

7 files changed

+0
-28
lines changed

7 files changed

+0
-28
lines changed

.instrumentation_generator/templates/Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
source 'https://rubygems.org'
88

9-
# DO NOT ADD DEPENDENCIES HERE!
10-
# Please declare a minimum development dependency in the gemspec,
11-
# then target specific versions in the Appraisals file.
12-
139
gemspec
1410

1511
group :test do

helpers/sql/Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
source 'https://rubygems.org'
88

9-
# DO NOT ADD DEPENDENCIES HERE!
10-
# Please declare a minimum development dependency in the gemspec,
11-
# then target specific versions in the Appraisals file.
12-
139
gemspec
1410

1511
group :test do

instrumentation/grape/Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
source 'https://rubygems.org'
88

9-
# DO NOT ADD DEPENDENCIES HERE!
10-
# Please declare a minimum development dependency in the gemspec,
11-
# then target specific versions in the Appraisals file.
12-
139
gemspec
1410

1511
group :test do

instrumentation/gruf/Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
source 'https://rubygems.org'
88

9-
# DO NOT ADD DEPENDENCIES HERE!
10-
# Please declare a minimum development dependency in the gemspec,
11-
# then target specific versions in the Appraisals file.
12-
139
gemspec
1410

1511
group :test do

instrumentation/racecar/Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
source 'https://rubygems.org'
88

9-
# DO NOT ADD DEPENDENCIES HERE!
10-
# Please declare a minimum development dependency in the gemspec,
11-
# then target specific versions in the Appraisals file.
12-
139
gemspec
1410

1511
group :test do

instrumentation/racecar/example/Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
source 'https://rubygems.org'
88

9-
# DO NOT ADD DEPENDENCIES HERE!
10-
# Please declare a minimum development dependency in the gemspec,
11-
# then target specific versions in the Appraisals file.
12-
139
gem 'activesupport'
1410
gem 'opentelemetry-instrumentation-base', path: '../../base'
1511
gem 'opentelemetry-instrumentation-racecar', path: '../'

instrumentation/rake/Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
source 'https://rubygems.org'
88

9-
# DO NOT ADD DEPENDENCIES HERE!
10-
# Please declare a minimum development dependency in the gemspec,
11-
# then target specific versions in the Appraisals file.
12-
139
gemspec
1410

1511
group :test do

0 commit comments

Comments
 (0)