Skip to content

Commit

Permalink
ci: no longer test against rack 1
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 14, 2023
1 parent 9a7815c commit 3cb1f5f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
gemfile:
- rack_3
- rack_2
- rack_1
- rails_7_0
- rails_6_1
- rails_6_0
Expand All @@ -41,32 +40,24 @@ jobs:
- active_support_redis_cache_store_pooled
- redis_store
exclude:
- gemfile: rack_1
ruby: 3.2.2
- gemfile: rails_5_2
ruby: 3.2.2
- gemfile: rails_4_2
ruby: 3.2.2
- gemfile: dalli2
ruby: 3.2.2
- gemfile: rack_1
ruby: 3.1.4
- gemfile: rails_5_2
ruby: 3.1.4
- gemfile: rails_4_2
ruby: 3.1.4
- gemfile: dalli2
ruby: 3.1.4
- gemfile: rack_1
ruby: 3.0.6
- gemfile: rails_5_2
ruby: 3.0.6
- gemfile: rails_4_2
ruby: 3.0.6
- gemfile: dalli2
ruby: 3.0.6
- gemfile: rack_1
ruby: 2.7.8
- gemfile: rails_4_2
ruby: 2.7.8
- gemfile: rails_7_0
Expand Down
13 changes: 0 additions & 13 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@ appraise "rack_2" do
gem "rack", "~> 2.0"
end

appraise "rack_1" do
# Override activesupport and actionpack version constraints by making
# it more loose so it's compatible with rack 1.6.x
gem "actionpack", ">= 4.2"
gem "activesupport", ">= 4.2"

gem "rack", "~> 1.6"

# Override rack-test version constraint by making it more loose
# so it's compatible with actionpack 4.2.x
gem "rack-test", ">= 0.6"
end

appraise 'rails_7-0' do
gem 'railties', '~> 7.0.0'
end
Expand Down
10 changes: 0 additions & 10 deletions gemfiles/rack_1.gemfile

This file was deleted.

0 comments on commit 3cb1f5f

Please sign in to comment.