Skip to content

Commit

Permalink
Add Gemfile to test SolidQueue minimum version 0.3.x
Browse files Browse the repository at this point in the history
This way we can test both minimum and whatever "current/latest" is.
(currently v1.0)
  • Loading branch information
carlosantoniodasilva committed Oct 14, 2024
1 parent 2fe65a7 commit 4ad8060
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/judoscale-solid_queue-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
matrix:
gemfile:
- Gemfile
- Gemfile-solid_queue-0-3
ruby:
- "2.7"
- "3.0"
Expand Down
10 changes: 10 additions & 0 deletions judoscale-solid_queue/Gemfile-solid_queue-0-3
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source "https://rubygems.org"

gemspec name: "judoscale-solid_queue"

gem "judoscale-ruby", path: "../judoscale-ruby"
gem "solid_queue", "~> 0.3.0"
gem "activerecord"
gem "pg"
gem "minitest"
gem "rake"

0 comments on commit 4ad8060

Please sign in to comment.