Skip to content

Commit 34b9fba

Browse files
undo
1 parent a569dd2 commit 34b9fba

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.instrumentation_generator/templates/Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## TODO: Include the supported version to be tested here.
88
## Example:
99
# appraise 'rack-2.1' do
10-
# gem 'rack', '~> 2.1'
10+
# gem 'rack', '~> 2.1.2'
1111
# end
1212

1313
# appraise 'rack-2.0' do

instrumentation/anthropic/Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('4')
1212
end
1313

1414
appraise 'anthropic-1.9' do
15-
gem 'anthropic', '~> 1.9'
15+
gem 'anthropic', '~> 1.9.0'
1616
end
1717
end

instrumentation/ethon/Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ semconv_stability = %w[dup stable old]
99

1010
semconv_stability.each do |mode|
1111
appraise "ethon-0.18.0-#{mode}" do
12-
gem 'ethon', '~> 0.18'
12+
gem 'ethon', '~> 0.18.0'
1313
end
1414

1515
appraise "ethon-#{mode}" do

instrumentation/graphql/Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ end
1414

1515
appraise 'graphql-c_parser-1.0.x' do
1616
gem 'graphql', '< 2.3.1'
17-
gem 'graphql-c_parser', '~> 1.0'
17+
gem 'graphql-c_parser', '~> 1.0.0'
1818
end
1919

2020
appraise 'graphql-c_parser-1.x' do

instrumentation/grpc/Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# SPDX-License-Identifier: Apache-2.0
66

77
appraise 'grpc-1.76' do
8-
gem 'grpc', '~> 1.76'
8+
gem 'grpc', '~> 1.76.0'
99
end
1010

1111
appraise 'grpc-latest' do

instrumentation/gruf/Appraisals

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('3.3')
88
appraise 'gruf-2.17' do
9-
gem 'gruf', '~> 2.17'
9+
gem 'gruf', '~> 2.17.0'
1010
end
1111

1212
appraise 'gruf-2.18' do
13-
gem 'gruf', '~> 2.18'
13+
gem 'gruf', '~> 2.18.0'
1414
end
1515
end
1616

1717
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('3.4')
1818
appraise 'gruf-2.19' do
19-
gem 'gruf', '~> 2.19'
19+
gem 'gruf', '~> 2.19.0'
2020
end
2121
end
2222

instrumentation/que/Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
appraise 'que-2.x' do
88
gem 'que', '~> 2.4'
9-
gem 'activerecord', '~> 7.2'
9+
gem 'activerecord', '~> 7.2.0'
1010
gem 'pg', '~> 1.5'
1111
end
1212

instrumentation/trilogy/Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# SPDX-License-Identifier: Apache-2.0
66

77
appraise 'trilogy-2.9' do
8-
gem 'trilogy', '~> 2.9'
8+
gem 'trilogy', '~> 2.9.0'
99
end
1010

1111
appraise 'trilogy-latest' do

0 commit comments

Comments
 (0)