We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eff04c commit cc9b5c1Copy full SHA for cc9b5c1
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- kredis (1.6.0)
+ kredis (1.6.1)
5
activemodel (>= 6.0.0)
6
activesupport (>= 6.0.0)
7
redis (>= 4.2, < 6)
@@ -140,9 +140,9 @@ GEM
140
thor (~> 1.0)
141
rainbow (3.1.1)
142
rake (13.0.3)
143
- redis (5.0.7)
144
- redis-client (>= 0.9.0)
145
- redis-client (0.17.0)
+ redis (5.0.8)
+ redis-client (>= 0.17.0)
+ redis-client (0.19.1)
146
connection_pool
147
regexp_parser (2.8.3)
148
reline (0.3.6)
lib/kredis/version.rb
@@ -1,3 +1,3 @@
module Kredis
- VERSION = "1.6.0"
+ VERSION = "1.6.1"
end
0 commit comments