Skip to content

Commit

Permalink
Update appraisal gemfiles for local semantic_conventions gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayworth committed Jul 13, 2021
1 parent d04fbf5 commit 2c24e1c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions instrumentation/action_view/gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ group :test do
gem "byebug"
gem "opentelemetry-common", path: "../../../common"
gem "opentelemetry-sdk", path: "../../../sdk"
gem "opentelemetry-semantic_conventions", path: "../../../semantic_conventions"
gem "pry-byebug"
end

Expand Down
1 change: 1 addition & 0 deletions instrumentation/action_view/gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ group :test do
gem "byebug"
gem "opentelemetry-common", path: "../../../common"
gem "opentelemetry-sdk", path: "../../../sdk"
gem "opentelemetry-semantic_conventions", path: "../../../semantic_conventions"
gem "pry-byebug"
end

Expand Down
1 change: 1 addition & 0 deletions instrumentation/action_view/gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ group :test do
gem "byebug"
gem "opentelemetry-common", path: "../../../common"
gem "opentelemetry-sdk", path: "../../../sdk"
gem "opentelemetry-semantic_conventions", path: "../../../semantic_conventions"
gem "pry-byebug"
end

Expand Down
2 changes: 2 additions & 0 deletions instrumentation/rails/gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ gem "rails", "~> 5.2.0"
group :test do
gem "byebug"
gem "opentelemetry-common", path: "../../../common"
gem "opentelemetry-instrumentation-active_record", path: "../../../instrumentation/active_record"
gem "opentelemetry-instrumentation-rack", path: "../../../instrumentation/rack"
gem "opentelemetry-sdk", path: "../../../sdk"
gem "opentelemetry-semantic_conventions", path: "../../../semantic_conventions"
gem "pry-byebug"
end

Expand Down
2 changes: 2 additions & 0 deletions instrumentation/rails/gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ gem "rails", "~> 6.0.0"
group :test do
gem "byebug"
gem "opentelemetry-common", path: "../../../common"
gem "opentelemetry-instrumentation-active_record", path: "../../../instrumentation/active_record"
gem "opentelemetry-instrumentation-rack", path: "../../../instrumentation/rack"
gem "opentelemetry-sdk", path: "../../../sdk"
gem "opentelemetry-semantic_conventions", path: "../../../semantic_conventions"
gem "pry-byebug"
end

Expand Down
2 changes: 2 additions & 0 deletions instrumentation/rails/gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ gem "rails", "~> 6.1.0"
group :test do
gem "byebug"
gem "opentelemetry-common", path: "../../../common"
gem "opentelemetry-instrumentation-active_record", path: "../../../instrumentation/active_record"
gem "opentelemetry-instrumentation-rack", path: "../../../instrumentation/rack"
gem "opentelemetry-sdk", path: "../../../sdk"
gem "opentelemetry-semantic_conventions", path: "../../../semantic_conventions"
gem "pry-byebug"
end

Expand Down

0 comments on commit 2c24e1c

Please sign in to comment.