We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8df9ed commit 07d0a02Copy full SHA for 07d0a02
instrumentation/aws_sdk/Gemfile
@@ -22,11 +22,6 @@ group :test do
22
gem 'rspec-mocks'
23
gem 'opentelemetry-instrumentation-base', path: '../base'
24
gem 'webrick', '~> 1.7'
25
- gem 'aws-sdk-core', '~> 3'
26
- gem 'aws-sdk-lambda', '~> 1'
27
- gem 'aws-sdk-dynamodb', '~> 1'
28
- gem 'aws-sdk-sns', '~> 1'
29
- gem 'aws-sdk-sqs', '~> 1'
30
if RUBY_VERSION >= '3.4'
31
gem 'base64'
32
gem 'mutex_m'
0 commit comments