File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 gemfile :
2727 - rack_3
2828 - rack_2
29- - rack_1
3029 - rails_7_1
3130 - rails_7_0
3231 - rails_6_1
4746 - active_support_5_redis_cache_store_pooled
4847 - redis_store
4948 exclude :
50- - gemfile : rack_1
51- ruby : ' 3.2'
5249 - gemfile : rails_5_2
5350 ruby : ' 3.2'
5451 - gemfile : active_support_5_redis_cache_store
5754 ruby : ' 3.2'
5855 - gemfile : dalli2
5956 ruby : ' 3.2'
60- - gemfile : rack_1
61- ruby : ' 3.1'
6257 - gemfile : rails_5_2
6358 ruby : ' 3.1'
6459 - gemfile : active_support_5_redis_cache_store
6762 ruby : ' 3.1'
6863 - gemfile : dalli2
6964 ruby : ' 3.1'
70- - gemfile : rack_1
71- ruby : ' 3.0'
7265 - gemfile : rails_5_2
7366 ruby : ' 3.0'
7467 - gemfile : active_support_5_redis_cache_store
7770 ruby : ' 3.0'
7871 - gemfile : dalli2
7972 ruby : ' 3.0'
80- - gemfile : rack_1
81- ruby : ' 2.7'
8273 - gemfile : rails_7_0
8374 ruby : ' 2.6'
8475 - gemfile : rails_7_0
Original file line number Diff line number Diff line change @@ -8,19 +8,6 @@ appraise "rack_2" do
88 gem "rack" , "~> 2.0"
99end
1010
11- appraise "rack_1" do
12- # Override activesupport and actionpack version constraints by making
13- # it more loose so it's compatible with rack 1.6.x
14- gem "actionpack" , ">= 4.2"
15- gem "activesupport" , ">= 4.2"
16-
17- gem "rack" , "~> 1.6"
18-
19- # Override rack-test version constraint by making it more loose
20- # so it's compatible with actionpack 4.2.x
21- gem "rack-test" , ">= 0.6"
22- end
23-
2411appraise 'rails_7-1' do
2512 gem 'railties' , '~> 7.1.0'
2613end
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments