Skip to content

Commit

Permalink
Lock sentry-raven's sidekiq to < 7.0 (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored Nov 2, 2022
1 parent 69073ab commit ca597ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-raven/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if rails_version.to_f != 0
end

gem "delayed_job"
gem "sidekiq"
gem "sidekiq", "< 7.0"

gem "rack", "< 3.0"
gem "rack-timeout"
Expand Down

0 comments on commit ca597ad

Please sign in to comment.