We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a336e commit a781950Copy full SHA for a781950
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- kredis (1.3.0)
+ kredis (1.4.0)
5
activemodel (>= 6.0.0)
6
activesupport (>= 6.0.0)
7
redis (>= 4.2, < 6)
@@ -71,7 +71,7 @@ GEM
71
builder (3.2.4)
72
byebug (11.1.3)
73
concurrent-ruby (1.1.8)
74
- connection_pool (2.2.5)
+ connection_pool (2.4.1)
75
crass (1.0.6)
76
erubi (1.10.0)
77
globalid (0.4.2)
@@ -127,9 +127,9 @@ GEM
127
rake (>= 0.8.7)
128
thor (~> 1.0)
129
rake (13.0.3)
130
- redis (5.0.2)
131
- redis-client (~> 0.7)
132
- redis-client (0.7.3)
+ redis (5.0.6)
+ redis-client (>= 0.9.0)
+ redis-client (0.14.1)
133
connection_pool
134
sprockets (4.0.2)
135
concurrent-ruby (~> 1.0)
lib/kredis/version.rb
@@ -1,3 +1,3 @@
module Kredis
- VERSION = "1.3.0"
+ VERSION = "1.4.0"
end
0 commit comments