We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b907559 commit 2ccc5c6Copy full SHA for 2ccc5c6
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- kredis (1.5.0)
+ kredis (1.6.0)
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.6)
+ redis (5.0.7)
144
redis-client (>= 0.9.0)
145
- redis-client (0.14.1)
+ redis-client (0.17.0)
146
connection_pool
147
regexp_parser (2.8.1)
148
reline (0.3.6)
lib/kredis/version.rb
@@ -1,5 +1,3 @@
-# frozen_string_literal: true
-
module Kredis
- VERSION = "1.5.0"
+ VERSION = "1.6.0"
end
0 commit comments