From 3c1e0962706a3ebabe103a7e90d39558c9a330b7 Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Mon, 18 Aug 2025 13:39:41 -0700 Subject: [PATCH] chore: Remove outdated dependencies comment In #1426 we enabled Gemfile dev dependencies. --- .instrumentation_generator/templates/Gemfile | 4 ---- helpers/sql/Gemfile | 4 ---- instrumentation/grape/Gemfile | 4 ---- instrumentation/gruf/Gemfile | 4 ---- instrumentation/racecar/Gemfile | 4 ---- instrumentation/racecar/example/Gemfile | 4 ---- instrumentation/rake/Gemfile | 4 ---- 7 files changed, 28 deletions(-) diff --git a/.instrumentation_generator/templates/Gemfile b/.instrumentation_generator/templates/Gemfile index 28cd4093a7..ffdd268927 100644 --- a/.instrumentation_generator/templates/Gemfile +++ b/.instrumentation_generator/templates/Gemfile @@ -6,10 +6,6 @@ source 'https://rubygems.org' -# DO NOT ADD DEPENDENCIES HERE! -# Please declare a minimum development dependency in the gemspec, -# then target specific versions in the Appraisals file. - gemspec group :test do diff --git a/helpers/sql/Gemfile b/helpers/sql/Gemfile index 62f463a5ff..65542bb1d3 100644 --- a/helpers/sql/Gemfile +++ b/helpers/sql/Gemfile @@ -6,10 +6,6 @@ source 'https://rubygems.org' -# DO NOT ADD DEPENDENCIES HERE! -# Please declare a minimum development dependency in the gemspec, -# then target specific versions in the Appraisals file. - gemspec group :test do diff --git a/instrumentation/grape/Gemfile b/instrumentation/grape/Gemfile index 7a25930574..a2fbe723d4 100644 --- a/instrumentation/grape/Gemfile +++ b/instrumentation/grape/Gemfile @@ -6,10 +6,6 @@ source 'https://rubygems.org' -# DO NOT ADD DEPENDENCIES HERE! -# Please declare a minimum development dependency in the gemspec, -# then target specific versions in the Appraisals file. - gemspec group :test do diff --git a/instrumentation/gruf/Gemfile b/instrumentation/gruf/Gemfile index caf5e91f22..af56198d15 100644 --- a/instrumentation/gruf/Gemfile +++ b/instrumentation/gruf/Gemfile @@ -6,10 +6,6 @@ source 'https://rubygems.org' -# DO NOT ADD DEPENDENCIES HERE! -# Please declare a minimum development dependency in the gemspec, -# then target specific versions in the Appraisals file. - gemspec group :test do diff --git a/instrumentation/racecar/Gemfile b/instrumentation/racecar/Gemfile index 4e93277b7b..581a18708a 100644 --- a/instrumentation/racecar/Gemfile +++ b/instrumentation/racecar/Gemfile @@ -6,10 +6,6 @@ source 'https://rubygems.org' -# DO NOT ADD DEPENDENCIES HERE! -# Please declare a minimum development dependency in the gemspec, -# then target specific versions in the Appraisals file. - gemspec group :test do diff --git a/instrumentation/racecar/example/Gemfile b/instrumentation/racecar/example/Gemfile index 18a5d5f324..70b74ed41d 100644 --- a/instrumentation/racecar/example/Gemfile +++ b/instrumentation/racecar/example/Gemfile @@ -6,10 +6,6 @@ source 'https://rubygems.org' -# DO NOT ADD DEPENDENCIES HERE! -# Please declare a minimum development dependency in the gemspec, -# then target specific versions in the Appraisals file. - gem 'activesupport' gem 'opentelemetry-instrumentation-base', path: '../../base' gem 'opentelemetry-instrumentation-racecar', path: '../' diff --git a/instrumentation/rake/Gemfile b/instrumentation/rake/Gemfile index 47f0f6f81c..89ae51f6d8 100644 --- a/instrumentation/rake/Gemfile +++ b/instrumentation/rake/Gemfile @@ -6,10 +6,6 @@ source 'https://rubygems.org' -# DO NOT ADD DEPENDENCIES HERE! -# Please declare a minimum development dependency in the gemspec, -# then target specific versions in the Appraisals file. - gemspec group :test do