Skip to content

Commit

Permalink
Merge pull request #92 from DFE-Digital/xxx-downgrade-to-sidekiq-6
Browse files Browse the repository at this point in the history
Downgrade to Sidekiq 6
  • Loading branch information
AbigailMcP authored Aug 14, 2023
2 parents 7daf203 + 25c852c commit 21a9472
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem "okcomputer"
gem "sentry-rails"
gem "sentry-ruby"

gem "sidekiq"
gem "sidekiq", "<7"

# Feature switching
gem "govuk_feature_flags", github: "DFE-Digital/govuk_feature_flags", branch: "main"
Expand Down
14 changes: 6 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,7 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
rbs (2.8.4)
redis-client (0.14.1)
connection_pool
redis (4.8.1)
regexp_parser (2.8.1)
reline (0.3.5)
io-console (~> 0.5)
Expand Down Expand Up @@ -373,11 +372,10 @@ GEM
concurrent-ruby (~> 1.0, >= 1.0.2)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (7.1.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sidekiq (6.5.9)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
Expand Down Expand Up @@ -484,7 +482,7 @@ DEPENDENCIES
sentry-rails
sentry-ruby
shoulda-matchers
sidekiq
sidekiq (< 7)
solargraph
solargraph-rails
syntax_tree
Expand Down

0 comments on commit 21a9472

Please sign in to comment.