File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ Gem::Specification.new do |spec|
5252
5353 spec . add_runtime_dependency 'concurrent-ruby' , '~> 1.0'
5454 spec . add_runtime_dependency 'faraday' , '>= 0.8' , '< 2.0.0'
55- spec . add_runtime_dependency 'json' , '~> 2.6'
56- spec . add_runtime_dependency 'jwt' , '~> 2.3'
55+ spec . add_runtime_dependency 'json' , '>= 1.8' , '<= 2.6.1 '
56+ spec . add_runtime_dependency 'jwt' , '>= 1.0.0' , '<= 2.3.0 '
5757 spec . add_runtime_dependency 'lru_redux' , '~> 1.1'
5858 spec . add_runtime_dependency 'net-http-persistent' , '>= 2.9' , '<= 4.0.1'
59- spec . add_runtime_dependency 'redis' , '~> 4.2 '
60- spec . add_runtime_dependency 'socketry' , '~> 0.5 '
59+ spec . add_runtime_dependency 'redis' , '>= 4.0.0' , '<= 4.5.1 '
60+ spec . add_runtime_dependency 'socketry' , '>= 0.4' , '<= 0.5.1 '
6161 spec . add_runtime_dependency 'thread_safe' , '~> 0.3'
6262end
You can’t perform that action at this time.
0 commit comments