Skip to content

Commit a781950

Browse files
committed
Bump version for 1.4.0
1 parent a4a336e commit a781950

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
kredis (1.3.0)
4+
kredis (1.4.0)
55
activemodel (>= 6.0.0)
66
activesupport (>= 6.0.0)
77
redis (>= 4.2, < 6)
@@ -71,7 +71,7 @@ GEM
7171
builder (3.2.4)
7272
byebug (11.1.3)
7373
concurrent-ruby (1.1.8)
74-
connection_pool (2.2.5)
74+
connection_pool (2.4.1)
7575
crass (1.0.6)
7676
erubi (1.10.0)
7777
globalid (0.4.2)
@@ -127,9 +127,9 @@ GEM
127127
rake (>= 0.8.7)
128128
thor (~> 1.0)
129129
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)
133133
connection_pool
134134
sprockets (4.0.2)
135135
concurrent-ruby (~> 1.0)

lib/kredis/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Kredis
2-
VERSION = "1.3.0"
2+
VERSION = "1.4.0"
33
end

0 commit comments

Comments
 (0)