Skip to content

Commit

Permalink
Require rack < 3
Browse files Browse the repository at this point in the history
* requiring rack < 3 to make CI green
* exclude from CI combo ruby-version: 3.3, rufus-scheduler: 3.2
  • Loading branch information
and9000 committed Jan 18, 2025
1 parent 881b770 commit 04162a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
rufus-scheduler: 3.2
- ruby-version: 3.2
rufus-scheduler: 3.2
- ruby-version: 3.3
rufus-scheduler: 3.2

- ruby-version: 2.3
resque-version: "~> 1.27"
Expand Down
1 change: 1 addition & 0 deletions resque-scheduler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'minitest'
spec.add_development_dependency 'mocha'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'rack', '< 3'
spec.add_development_dependency 'rack-test'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'simplecov'
Expand Down

0 comments on commit 04162a7

Please sign in to comment.