We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75f8dab + c100fc7 commit aeb7f9dCopy full SHA for aeb7f9d
Gemfile
@@ -6,7 +6,7 @@ source "https://rubygems.org"
6
gemspec name: "redis-client"
7
8
gem "minitest"
9
-gem "rake", "~> 13.1"
+gem "rake", "~> 13.2"
10
gem "rake-compiler"
11
gem "rubocop"
12
gem "rubocop-minitest"
Gemfile.lock
@@ -23,7 +23,7 @@ GEM
23
racc (1.7.3)
24
racc (1.7.3-java)
25
rainbow (3.1.1)
26
- rake (13.1.0)
+ rake (13.2.1)
27
rake-compiler (1.2.7)
28
rake
29
redis (4.6.0)
@@ -59,7 +59,7 @@ DEPENDENCIES
59
byebug
60
hiredis
61
minitest
62
- rake (~> 13.1)
+ rake (~> 13.2)
63
rake-compiler
64
redis (~> 4.6)
65
redis-client!
0 commit comments