Skip to content

Commit

Permalink
chore(deps-dev): bump mock_redis from 0.36.0 to 0.37.0
Browse files Browse the repository at this point in the history
Bumps [mock_redis](https://github.com/sds/mock_redis) from 0.36.0 to 0.37.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.36.0...v0.37.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2023
1 parent e8a1f34 commit a696e3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ group :test do
gem "simplecov", "~> 0.22.0"
gem "simplecov-json", "~> 0.2.3"

gem "mock_redis", "~> 0.36.0"
gem "mock_redis", "~> 0.37.0"
end
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,7 @@ GEM
mini_mime (1.1.5)
minitar (0.9)
minitest (5.19.0)
mock_redis (0.36.0)
ruby2_keywords
mock_redis (0.37.0)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand Down Expand Up @@ -745,7 +744,7 @@ DEPENDENCIES
lograge
memo_wise
memory_profiler
mock_redis (~> 0.36.0)
mock_redis (~> 0.37.0)
mysql2 (~> 0.5)
nla-blacklight_common!
nokogiri (>= 1.13.9)
Expand Down

0 comments on commit a696e3e

Please sign in to comment.