Skip to content

Commit

Permalink
test: Update que Appraisals
Browse files Browse the repository at this point in the history
The latest version of the gem now supports Rails 7.2
  • Loading branch information
kaylareopelle committed Nov 19, 2024
1 parent acac4fd commit 29c0567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion instrumentation/que/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ appraise 'que-1.x' do
end

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

appraise 'que-latest' do
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/que/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source 'https://rubygems.org'
gemspec

group :test do
gem 'activerecord', '< 7.2.0', '> 6.1.0'
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 29c0567

Please sign in to comment.