File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- kredis (1.3 .0 )
4
+ kredis (1.4 .0 )
5
5
activemodel (>= 6.0.0 )
6
6
activesupport (>= 6.0.0 )
7
7
redis (>= 4.2 , < 6 )
71
71
builder (3.2.4 )
72
72
byebug (11.1.3 )
73
73
concurrent-ruby (1.1.8 )
74
- connection_pool (2.2.5 )
74
+ connection_pool (2.4.1 )
75
75
crass (1.0.6 )
76
76
erubi (1.10.0 )
77
77
globalid (0.4.2 )
127
127
rake (>= 0.8.7 )
128
128
thor (~> 1.0 )
129
129
rake (13.0.3 )
130
- redis (5.0.2 )
131
- redis-client (~> 0.7 )
132
- redis-client (0.7.3 )
130
+ redis (5.0.6 )
131
+ redis-client (>= 0.9.0 )
132
+ redis-client (0.14.1 )
133
133
connection_pool
134
134
sprockets (4.0.2 )
135
135
concurrent-ruby (~> 1.0 )
Original file line number Diff line number Diff line change 1
1
module Kredis
2
- VERSION = "1.3 .0"
2
+ VERSION = "1.4 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments