Skip to content

Commit

Permalink
align redis-client version
Browse files Browse the repository at this point in the history
used in sidekiq_scheduler with the one used in outbox
to get RedisClient patch work in both places.
  • Loading branch information
porbas committed Apr 12, 2024
1 parent 2caeb5a commit 07472eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-sidekiq_scheduler/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec

eval_gemfile "../../support/bundler/Gemfile.shared"

gem "redis-client", "< 0.15"
gem "redis-client", "~> 0.21.1"
gem "sidekiq", "~> 7.0"
gem "ruby_event_store", path: "../.."
gem "rails_event_store", path: "../.."
Expand Down
4 changes: 2 additions & 2 deletions contrib/ruby_event_store-sidekiq_scheduler/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.1.0)
redis-client (0.14.1)
redis-client (0.21.1)
connection_pool
regexp_parser (2.6.2)
rspec (3.12.0)
Expand Down Expand Up @@ -245,7 +245,7 @@ DEPENDENCIES
rails (~> 7.0.7)
rails_event_store!
rake (>= 10.0)
redis-client (< 0.15)
redis-client (~> 0.21.1)
rspec (~> 3.6)
ruby_event_store!
ruby_event_store-sidekiq_scheduler!
Expand Down

0 comments on commit 07472eb

Please sign in to comment.