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 e945c2b commit cf86681Copy full SHA for cf86681
instrumentation/aws_sdk/example/Gemfile
@@ -2,10 +2,10 @@
2
3
source 'https://rubygems.org'
4
5
-gem 'aws-sdk-core', '~> 3'
6
-gem 'aws-sdk-sns', '~> 1'
+gem 'aws-sdk-core', '~> 3.203.0'
+gem 'aws-sdk-sns', '~> 1.83.0'
7
gem 'opentelemetry-api'
8
-gem 'opentelemetry-instrumentation-aws_sdk'
+gem 'opentelemetry-instrumentation-aws_sdk', '~> 0.7.0'
9
gem 'opentelemetry-sdk'
10
# AWS SDK core needs an XML library
11
gem 'rexml'
0 commit comments