We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7645ee commit 1c2e3a6Copy full SHA for 1c2e3a6
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- kredis (1.2.0)
+ kredis (1.3.0)
5
activesupport (>= 6.0.0)
6
redis (>= 4.2, < 6)
7
@@ -126,9 +126,9 @@ GEM
126
rake (>= 0.8.7)
127
thor (~> 1.0)
128
rake (13.0.3)
129
- redis (5.0.1)
+ redis (5.0.2)
130
redis-client (~> 0.7)
131
- redis-client (0.7.1)
+ redis-client (0.7.3)
132
connection_pool
133
sprockets (4.0.2)
134
concurrent-ruby (~> 1.0)
lib/kredis/version.rb
@@ -1,3 +1,3 @@
module Kredis
- VERSION = "1.2.0"
+ VERSION = "1.3.0"
end
0 commit comments