Skip to content

Commit

Permalink
Set Redis >= 3.3.3 as good to go
Browse files Browse the repository at this point in the history
  • Loading branch information
fschuindt committed May 16, 2018
1 parent 27f6034 commit 054a836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase_id_token.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'simplecov', '~> 0.14.1'
spec.add_development_dependency 'codeclimate-test-reporter', '~> 1.0', '>= 1.0.0'

spec.add_runtime_dependency 'redis', '~> 4.0', '>= 4.0.1'
spec.add_runtime_dependency 'redis', '>= 3.3.3'
spec.add_runtime_dependency 'redis-namespace', '~> 1.5', '>= 1.5.3'
spec.add_dependency 'httparty', '~> 0.14.0'
spec.add_runtime_dependency 'jwt', '~> 1.5', '>= 1.5.6'
Expand Down

0 comments on commit 054a836

Please sign in to comment.