Skip to content

Commit

Permalink
wip: add more integrations to the integration -> gem mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Sep 6, 2024
1 parent da4997c commit 4ddde28
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions tasks/edge.rake
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,19 @@ namespace :edge do
task :update do |_t, args|
ruby_version = RUBY_VERSION[0..2]
whitelist = {
'stripe' => 'stripe',
'aws' => 'aws-sdk',
'elasticsearch' => 'elasticsearch',
'graphql' => 'graphql',
'hanami' => 'hanami',
'opensearch' => 'opensearch-ruby',
# Add more integrations here, when they are extracted to its own isolated group
'opentelemetry-sdk' => 'opentelemetry',
'rack' => 'rack',
'rails' => 'rails',
'redis' => 'redis',
'resque' => 'resque',
'sinatra' => 'sinatra',
'stripe' => 'stripe',
# TODO: Add more integrations here, when they are extracted to its own isolated group
}

whitelist = whitelist.slice(*args.extras) if args.extras.any?
Expand Down

0 comments on commit 4ddde28

Please sign in to comment.