Skip to content

Commit 800160e

Browse files
authored
Merge branch 'main' into multiple-instances
2 parents f23dd26 + 27ada96 commit 800160e

3 files changed

Lines changed: 0 additions & 37 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
gemfile:
2727
- rack_3
2828
- rack_2
29-
- rack_1
3029
- rails_7_1
3130
- rails_7_0
3231
- rails_6_1
@@ -47,8 +46,6 @@ jobs:
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
@@ -57,8 +54,6 @@ jobs:
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
@@ -67,8 +62,6 @@ jobs:
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
@@ -77,8 +70,6 @@ jobs:
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

Appraisals

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@ appraise "rack_2" do
88
gem "rack", "~> 2.0"
99
end
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-
2411
appraise 'rails_7-1' do
2512
gem 'railties', '~> 7.1.0'
2613
end

gemfiles/rack_1.gemfile

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)