Skip to content

Commit

Permalink
bump sidekiq to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
moofkit committed Oct 15, 2024
1 parent bf521ac commit 1f3adb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ appraise "sidekiq-7.2.x" do
gem "sidekiq", "~> 7.2.0"
end
end

appraise "sidekiq-7.3.x" do
group :test do
gem "sidekiq", "~> 7.3.0"
end
end
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "rake", "~> 13.0"

gem "rspec", "~> 3.0"

gem "rubocop", "~> 1.21"
gem "rubocop"
gem "rubocop-performance"
gem "rubocop-rake"
gem "rubocop-rspec"

0 comments on commit 1f3adb2

Please sign in to comment.