Skip to content

Commit

Permalink
squash: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Nov 15, 2024
1 parent 611d2d8 commit 0b9e7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation/active_job/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.1.0')
%w[7.2.0].each do |version|
appraise "activejob-#{version}" do
gem 'acivejob', "~> #{version}"
gem 'activejob', "~> #{version}"
end
end

Expand Down

0 comments on commit 0b9e7bd

Please sign in to comment.