File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Gem Version] ( https://badge.fury.io/rb/redlics.svg )] ( https://rubygems.org/gems/redlics )
4
4
[ ![ Gem] ( https://img.shields.io/gem/dt/redlics.svg?maxAge=2592000 )] ( https://rubygems.org/gems/redlics )
5
- [ ![ Build Status] ( https://secure.travis-ci.org/phlegx/redlics.svg?branch=master )] ( https://travis-ci.org/phlegx/redlics )
6
5
[ ![ Code Climate] ( https://codeclimate.com/github/phlegx/redlics.svg )] ( https://codeclimate.com/github/phlegx/redlics )
7
6
[ ![ Inline Docs] ( https://inch-ci.org/github/phlegx/redlics.svg?branch=master )] ( https://inch-ci.org/github/phlegx/redlics )
8
7
[ ![ License] ( https://img.shields.io/github/license/phlegx/redlics.svg )] ( https://opensource.org/licenses/MIT )
@@ -402,4 +401,4 @@ Keys in Redis look like this:
402
401
403
402
The MIT License
404
403
405
- Copyright (c) 2022 Phlegx Systems Technologies GmbH
404
+ Copyright (c) 2023 Phlegx Systems Technologies GmbH
Original file line number Diff line number Diff line change 2
2
3
3
# Redlics version.
4
4
module Redlics
5
- VERSION = '0.2.1 '
5
+ VERSION = '0.2.2 '
6
6
end
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
spec . add_dependency 'activesupport' , '>= 5.2.8'
26
26
spec . add_dependency 'connection_pool' , '~> 2.2'
27
27
spec . add_dependency 'msgpack' , '>= 0.7.2'
28
- spec . add_dependency 'redis' , '~> 4.2'
28
+ spec . add_dependency 'redis' , '>= 4.2'
29
29
spec . add_dependency 'redis-namespace' , '~> 1.5'
30
30
31
31
spec . add_development_dependency 'minitest' , '~> 5.8'
You can’t perform that action at this time.
0 commit comments