Skip to content

Commit

Permalink
Tweak appraisal group and rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Nov 11, 2022
1 parent bfd0c3b commit 1514a71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ elsif ruby_version?('2.6')
end

appraise 'sinatra' do
gem 'sinatra'
gem 'sinatra', '>= 3'
gem 'rack-test'
end

Expand Down Expand Up @@ -1346,7 +1346,7 @@ elsif ruby_version?('2.7')
end

appraise 'sinatra' do
gem 'sinatra'
gem 'sinatra', '>= 3'
gem 'rack-test'
end

Expand Down Expand Up @@ -1467,7 +1467,7 @@ elsif ruby_version?('3.0') || ruby_version?('3.1')
end

appraise 'sinatra' do
gem 'sinatra'
gem 'sinatra', '>= 3'
gem 'rack-test'
end

Expand Down Expand Up @@ -1588,7 +1588,7 @@ elsif ruby_version?('3.2')
end

appraise 'sinatra' do
gem 'sinatra'
gem 'sinatra', '>= 3'
gem 'rack-test'
end

Expand Down
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ task :ci do
declare '✅ 2.1 / ✅ 2.2 / ✅ 2.3 / ✅ 2.4 / ✅ 2.5 / ✅ 2.6 / ✅ 2.7 / ✅ 3.0 / ✅ 3.1 / ✅ 3.2 / ✅ jruby' => 'bundle exec appraisal contrib rake spec:sequel'
declare '❌ 2.1 / ✅ 2.2 / ✅ 2.3 / ✅ 2.4 / ✅ 2.5 / ✅ 2.6 / ✅ 2.7 / ✅ 3.0 / ✅ 3.1 / ✅ 3.2 / ✅ jruby' => 'bundle exec appraisal contrib rake spec:shoryuken'
declare '✅ 2.1 / ✅ 2.2 / ✅ 2.3 / ✅ 2.4 / ✅ 2.5 / ✅ 2.6 / ✅ 2.7 / ✅ 3.0 / ✅ 3.1 / ✅ 3.2 / ✅ jruby' => 'bundle exec appraisal contrib rake spec:sidekiq'
declare '✅ 2.1 / ✅ 2.2 / ✅ 2.3 / ✅ 2.4 / ✅ 2.5 / ✅ 2.6 / ✅ 2.7 / ✅ 3.0 / ✅ 3.1 / ✅ 3.2 / ✅ jruby' => 'bundle exec appraisal sinatra rake spec:sinatra'
declare '❌ 2.1 / ✅ 2.2 / ✅ 2.3 / ✅ 2.4 / ✅ 2.5 / ✅ 2.6 / ✅ 2.7 / ✅ 3.0 / ✅ 3.1 / ✅ 3.2 / ✅ jruby' => 'bundle exec appraisal contrib rake spec:sneakers'
declare '✅ 2.1 / ✅ 2.2 / ✅ 2.3 / ✅ 2.4 / ✅ 2.5 / ✅ 2.6 / ✅ 2.7 / ✅ 3.0 / ✅ 3.1 / ✅ 3.2 / ✅ jruby' => 'bundle exec appraisal contrib rake spec:sucker_punch'
declare '✅ 2.1 / ✅ 2.2 / ✅ 2.3 / ✅ 2.4 / ✅ 2.5 / ✅ 2.6 / ✅ 2.7 / ✅ 3.0 / ✅ 3.1 / ✅ 3.2 / ✅ jruby' => 'bundle exec appraisal contrib rake spec:suite'
Expand Down

0 comments on commit 1514a71

Please sign in to comment.