Skip to content

Commit

Permalink
style: Rubocop indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Nov 21, 2024
1 parent 0d5dcd6 commit 0595e72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions instrumentation/que/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ end

appraise 'que-2.x' do
gem 'que', '~> 2.4'
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.1.0')
gem 'activerecord', '~> 7.2.0'
else
gem 'activerecord'
end
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.1.0')
gem 'activerecord', '~> 7.2.0'
else
gem 'activerecord'
end
end

appraise 'que-latest' do
gem 'que'
Expand Down

0 comments on commit 0595e72

Please sign in to comment.