File tree Expand file tree Collapse file tree 6 files changed +7
-25
lines changed
Expand file tree Collapse file tree 6 files changed +7
-25
lines changed Original file line number Diff line number Diff line change @@ -32,31 +32,24 @@ appraise "current" do
3232 remove_gem "appraisal" # only present because it must be in the gemfile because we target a git branch
3333end
3434
35- appraise "ruby-2-2" do
36- eval_gemfile "modular/faraday_v0.gemfile"
37- eval_gemfile "modular/jwt_v1.gemfile"
38- eval_gemfile "modular/rack_v1_2.gemfile"
39- remove_gem "appraisal" # only present because it must be in the gemfile because we target a git branch
40- end
41-
4235appraise "ruby-2-3" do
4336 eval_gemfile "modular/faraday_v0.gemfile"
4437 eval_gemfile "modular/jwt_v1.gemfile"
45- eval_gemfile "modular/rack_v1_6 .gemfile"
38+ eval_gemfile "modular/rack_v1_2 .gemfile"
4639 remove_gem "appraisal" # only present because it must be in the gemfile because we target a git branch
4740end
4841
4942appraise "ruby-2-4" do
5043 eval_gemfile "modular/faraday_v1.gemfile"
5144 eval_gemfile "modular/jwt_v1.gemfile"
52- eval_gemfile "modular/rack_v2 .gemfile"
45+ eval_gemfile "modular/rack_v1_6 .gemfile"
5346 remove_gem "appraisal" # only present because it must be in the gemfile because we target a git branch
5447end
5548
5649appraise "ruby-2-5" do
5750 eval_gemfile "modular/faraday_v1.gemfile"
5851 eval_gemfile "modular/jwt_v2.gemfile"
59- eval_gemfile "modular/rack_v3 .gemfile"
52+ eval_gemfile "modular/rack_v2 .gemfile"
6053 remove_gem "appraisal" # only present because it must be in the gemfile because we target a git branch
6154end
6255
Original file line number Diff line number Diff line change 22
33# Ruby >= 0
44# This is the oldest minor version of rack this gem is compatible with
5- # We will test it against Ruby 2.2
5+ # We will test it against Ruby 2.3
66gem "rack", "~> 1.2", ">= 1.2.8"
Original file line number Diff line number Diff line change 22
33# Ruby >= 0
44# This is the newest version of rack that installs on Ruby < 2.2.2
5- # We will test it against Ruby 2.3
5+ # We will test it against Ruby 2.4
66gem "rack", "~> 1.6", ">= 1.6.13"
Original file line number Diff line number Diff line change 22
33# Ruby >= 2.3
44# This version of rack is the last compatible with Ruby 2.3
5- # We will test it against Ruby 2.4
5+ # We will test it against Ruby 2.5
66gem "rack", "~> 2.2", ">= 2.2.14"
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33# Ruby >= 2.4
4- # We will test it against Ruby 2.5 +
4+ # We will test it against Ruby 2.6 +
55gem "rack", "~> 3.1", ">= 3.1.14"
Load Diff This file was deleted.
You canβt perform that action at this time.
0 commit comments