File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66gem 'appraisal' , git : 'https://github.com/thoughtbot/appraisal.git'
77
88gem 'cgi'
9- gem 'rake' , '>= 12.3.3 '
9+ gem 'minitest-rails '
1010gem 'mocha' , '~> 0.14.0' , require : 'mocha/setup'
11- gem 'tzinfo '
11+ gem 'rake' , '>= 12.3.3 '
1212gem 'redis-store-testing' , github : 'redis-store/testing'
13- gem 'minitest-rails '
13+ gem 'tzinfo '
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
2222 s . require_paths = [ 'lib' ]
2323 s . required_ruby_version = '>= 2.3.0'
2424
25- s . add_runtime_dependency 'redis-store' , '>= 1.1.0' , '< 2'
26- s . add_runtime_dependency 'redis-rack' , '>= 2.1.0' , '< 4'
2725 s . add_runtime_dependency 'actionpack' , '>= 5'
26+ s . add_runtime_dependency 'redis-rack' , '>= 2.1.0' , '< 4'
27+ s . add_runtime_dependency 'redis-store' , '>= 1.1.0' , '< 2'
2828end
You can’t perform that action at this time.
0 commit comments