Skip to content

Commit

Permalink
Merge pull request #146 from redis-rb/dependabot/bundler/rake-13.1.0
Browse files Browse the repository at this point in the history
Bump rake from 13.0.6 to 13.1.0
  • Loading branch information
byroot authored Oct 30, 2023
2 parents a8e9cd5 + 4bae91f commit 0181499
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 @@ -6,7 +6,7 @@ source "https://rubygems.org"
gemspec name: "redis-client"

gem "minitest"
gem "rake", "~> 13.0"
gem "rake", "~> 13.1"
gem "rake-compiler"
gem "rubocop"
gem "rubocop-minitest"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GEM
parser (3.1.2.1)
ast (~> 2.4.1)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rake-compiler (1.2.5)
rake
redis (4.6.0)
Expand Down Expand Up @@ -53,7 +53,7 @@ DEPENDENCIES
byebug
hiredis
minitest
rake (~> 13.0)
rake (~> 13.1)
rake-compiler
redis (~> 4.6)
redis-client!
Expand Down

0 comments on commit 0181499

Please sign in to comment.