Skip to content

Commit

Permalink
Bump redis from 4.8.0 to 4.8.1 (#202)
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-rb) from 4.8.0 to 4.8.1.
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v4.8.0...v4.8.1)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 23, 2023
1 parent 55570e0 commit 91daa71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group :development do
gem 'debug'
gem 'fakeredis', '~> 0.9'
gem 'rake', '~> 13.0'
gem 'redis', '~> 4.1'
gem 'redis', '~> 4.8'
gem 'rspec', '~> 3.11'
gem 'rubocop', '~> 1.0.0'
gem 'simplecov', '~> 0.22'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GEM
ast (~> 2.4.1)
rainbow (3.1.1)
rake (13.0.6)
redis (4.8.0)
redis (4.8.1)
redlock (1.3.2)
redis (>= 3.0.0, < 6.0)
regexp_parser (2.6.1)
Expand Down Expand Up @@ -79,7 +79,7 @@ DEPENDENCIES
debug
fakeredis (~> 0.9)
rake (~> 13.0)
redis (~> 4.1)
redis (~> 4.8)
rspec (~> 3.11)
rubocop (~> 1.0.0)
simplecov (~> 0.22)
Expand Down

0 comments on commit 91daa71

Please sign in to comment.