Skip to content

Commit

Permalink
Bump mock_redis from 0.46.0 to 0.49.0
Browse files Browse the repository at this point in the history
Bumps [mock_redis](https://github.com/sds/mock_redis) from 0.46.0 to 0.49.0.
- [Release notes](https://github.com/sds/mock_redis/releases)
- [Changelog](https://github.com/sds/mock_redis/blob/main/CHANGELOG.md)
- [Commits](sds/mock_redis@v0.46.0...v0.49.0)

---
updated-dependencies:
- dependency-name: mock_redis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent 3ba72d9 commit 7a71292
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,8 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.4)
mock_redis (0.46.0)
mock_redis (0.49.0)
redis (~> 5)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand Down Expand Up @@ -571,7 +572,10 @@ GEM
rdoc (6.8.1)
psych (>= 4.0.0)
redcarpet (3.6.0)
redis (4.8.1)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.23.0)
connection_pool
regexp_parser (2.9.3)
reline (0.5.12)
io-console (~> 0.5)
Expand Down Expand Up @@ -663,10 +667,11 @@ GEM
sidekiq (>= 3.0)
shoulda-matchers (6.4.0)
activesupport (>= 5.2.0)
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq (7.3.6)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq-cron (2.0.1)
cronex (>= 0.13.0)
fugit (~> 1.8, >= 1.11.1)
Expand Down

0 comments on commit 7a71292

Please sign in to comment.