Skip to content

Commit

Permalink
Merge pull request #708 from nla/dependabot/bundler/mock_redis-0.37.0
Browse files Browse the repository at this point in the history
chore(deps-dev): bump mock_redis from 0.36.0 to 0.37.0
  • Loading branch information
yetti authored Aug 30, 2023
2 parents fde4afc + 86c666b commit a7e8486
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 a7e8486

Please sign in to comment.