Skip to content

Commit

Permalink
test: Appraise specific Active Record versions
Browse files Browse the repository at this point in the history
Active Record 7.2+ are only compatible with que 2.4.1+
  • Loading branch information
kaylareopelle committed Nov 20, 2024
1 parent 29c0567 commit 3b9224f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions instrumentation/que/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@

appraise 'que-1.x' do
gem 'que', '~> 1.4'
gem 'activerecord', '~> 7.1.0'
end

appraise 'que-2.x' do
gem 'que', '~> 2.4'
gem 'activerecord', '~> 7.2.0'
end

appraise 'que-latest' do
gem 'que'
gem 'activerecord'
end
1 change: 0 additions & 1 deletion instrumentation/que/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ source 'https://rubygems.org'
gemspec

group :test do
gem 'activerecord'
gem 'pg'
gem 'opentelemetry-helpers-sql-obfuscation', path: '../../helpers/sql-obfuscation'
gem 'opentelemetry-instrumentation-base', path: '../base'
Expand Down

0 comments on commit 3b9224f

Please sign in to comment.