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 addcd6d commit e147bbeCopy full SHA for e147bbe
instrumentation/net_ldap/Appraisals
@@ -0,0 +1,9 @@
1
+# frozen_string_literal: true
2
+
3
+appraise 'net-ldap' do
4
+ gem 'net-ldap', '~> 0.19.0'
5
+end
6
7
+appraise 'net-ldap-latest' do
8
+ gem 'net-ldap'
9
instrumentation/net_ldap/Gemfile
@@ -9,6 +9,7 @@ source 'https://rubygems.org'
gemspec
10
11
group :test do
12
+ gem 'appraisal', '~> 2.5'
13
gem 'bundler', '~> 2.4'
14
gem 'minitest', '~> 5.0'
15
gem 'opentelemetry-sdk', '~> 1.1'
0 commit comments