Skip to content

Commit

Permalink
Drop sidekiq patch from the Gemfile
Browse files Browse the repository at this point in the history
The fix we were waiting for has been released in 7.1.6.
  • Loading branch information
st0012 committed Oct 14, 2023
1 parent b7eed49 commit ea23502
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions sentry-sidekiq/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,8 @@ sidekiq_version = ENV["SIDEKIQ_VERSION"]
sidekiq_version = "6.0" if sidekiq_version.nil?
sidekiq_version = Gem::Version.new(sidekiq_version)

if sidekiq_version >= Gem::Version.new("7.0")
# This is for a unreleased fix for sidekiq 7
# https://github.com/sidekiq/sidekiq/commit/b7236f814ccb61d3b1e6fc5251ed3d3ac7428eb3
gem "sidekiq", github: "sidekiq/sidekiq"
else
gem "sidekiq", "~> #{sidekiq_version}"
end
gem "sidekiq", "~> #{sidekiq_version}"

gem "rails", "> 5.0.0", "< 7.1.0"

if RUBY_VERSION.to_f >= 2.6
Expand Down

0 comments on commit ea23502

Please sign in to comment.