We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d528b28 commit 1f82f98Copy full SHA for 1f82f98
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- kredis (0.4.0)
+ kredis (1.0.0)
5
activesupport (>= 6.0.0)
6
redis (~> 4.2)
7
@@ -125,7 +125,7 @@ GEM
125
rake (>= 0.8.7)
126
thor (~> 1.0)
127
rake (13.0.3)
128
- redis (4.4.0)
+ redis (4.5.1)
129
sprockets (4.0.2)
130
concurrent-ruby (~> 1.0)
131
rack (> 1, < 3)
@@ -153,4 +153,4 @@ DEPENDENCIES
153
rake
154
155
BUNDLED WITH
156
- 2.2.25
+ 2.2.30
lib/kredis/version.rb
@@ -1,3 +1,3 @@
module Kredis
- VERSION = "0.4.0"
+ VERSION = "1.0.0"
end
0 commit comments