Skip to content

Commit

Permalink
chore: Revert gem update (#7792)
Browse files Browse the repository at this point in the history
- updating redis client caused deployment issues in Heroku, hence reverting to prev version until its resolved
  • Loading branch information
sojan-official committed Aug 24, 2023
1 parent 5f2a720 commit 4cbb320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -598,7 +598,7 @@ GEM
ffi (~> 1.0)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.16.0)
redis-client (0.14.1)
connection_pool
redis-namespace (1.10.0)
redis (>= 4)
Expand Down Expand Up @@ -713,7 +713,7 @@ GEM
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sidekiq-cron (1.10.1)
sidekiq-cron (1.10.0)
fugit (~> 1.8)
globalid (>= 1.0.1)
sidekiq (>= 6)
Expand Down

0 comments on commit 4cbb320

Please sign in to comment.