Skip to content

Commit

Permalink
Require sidekiq newer than 6.5.10
Browse files Browse the repository at this point in the history
This forces a version of sidekiq newer than 6.5.10, since there is a
security vulnerability in older versions: https://security.snyk.io/vuln/SNYK-RUBY-SIDEKIQ-5885107
  • Loading branch information
brucebolt committed Nov 13, 2023
1 parent ae3bf5b commit 7d133d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govuk_sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "gds-api-adapters", ">= 19.1.0"
spec.add_dependency "govuk_app_config", ">= 1.1"
spec.add_dependency "redis-namespace", "~> 1.6"
spec.add_dependency "sidekiq", "~> 6.5"
spec.add_dependency "sidekiq", "> 6.5.10", "< 7"

spec.add_development_dependency "climate_control", "~> 1.2"
spec.add_development_dependency "railties", "~> 7"
Expand Down

0 comments on commit 7d133d3

Please sign in to comment.