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 611d2d8 commit 0b9e7bdCopy full SHA for 0b9e7bd
instrumentation/active_job/Appraisals
@@ -13,7 +13,7 @@ end
13
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.1.0')
14
%w[7.2.0].each do |version|
15
appraise "activejob-#{version}" do
16
- gem 'acivejob', "~> #{version}"
+ gem 'activejob', "~> #{version}"
17
end
18
19
0 commit comments