-
Notifications
You must be signed in to change notification settings - Fork 2
WEB-1642: Unlock Puma 7 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
codersquirrelbln
merged 13 commits into
simplymadeapps:master
from
codersquirrelbln:EB/WEB-1642/unlock-puma-7
Jan 6, 2026
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
d89a67b
Unlock Puma 7
codersquirrelbln 8aeb43c
Add test schedule and adjust appraisals, tests, and gemspec
codersquirrelbln e8d2fb7
change bundler dependency bc ruby 4 needs it
codersquirrelbln 03f7ffb
Add bigdecimal
codersquirrelbln 29c2da6
Add mutex as no longer default in ruby 3.4
codersquirrelbln 7597317
update worfklows and rubocop and gemspec
codersquirrelbln 037f19a
revert rubocop dependency mistake
codersquirrelbln 4db6706
adjust required_ruby_version
codersquirrelbln 96ff21e
improve name for scheduled tests to be more clear
codersquirrelbln 3fb3ec9
remove rails 6 from appraisal
codersquirrelbln 88dda99
change version to 2.0.0
codersquirrelbln 6c269e9
update rails gemfiles
codersquirrelbln f39b616
restrict rails dependency to v 7.2
codersquirrelbln File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: scheduled-tests | ||
|
|
||
| on: | ||
| schedule: | ||
| # Run at 06:20 UTC every Monday (weekly) | ||
| - cron: "20 6 * * 1" | ||
| workflow_dispatch: | ||
|
|
||
| jobs: | ||
| run-tests: | ||
| if: ${{ github.repository == 'simplymadeapps/puma-pool-usage' }} | ||
| uses: ./.github/workflows/tests.yml | ||
| secrets: inherit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| AllCops: | ||
| NewCops: enable | ||
| TargetRubyVersion: 2.7 | ||
| TargetRubyVersion: 3.2 | ||
|
|
||
| Bundler/OrderedGems: | ||
| Exclude: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.