Skip to content

Commit

Permalink
Merge pull request #186 from redis-rb/dependabot/bundler/rake-13.2.1
Browse files Browse the repository at this point in the history
Bump rake from 13.1.0 to 13.2.1
  • Loading branch information
byroot committed Apr 9, 2024
2 parents 75f8dab + c100fc7 commit aeb7f9d
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.1"
gem "rake", "~> 13.2"
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 @@ -23,7 +23,7 @@ GEM
racc (1.7.3)
racc (1.7.3-java)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rake-compiler (1.2.7)
rake
redis (4.6.0)
Expand Down Expand Up @@ -59,7 +59,7 @@ DEPENDENCIES
byebug
hiredis
minitest
rake (~> 13.1)
rake (~> 13.2)
rake-compiler
redis (~> 4.6)
redis-client!
Expand Down

0 comments on commit aeb7f9d

Please sign in to comment.