Skip to content

Bump puma from 6.6.0 to 6.6.1#9

Open
dependabot[bot] wants to merge 12 commits intomainfrom
dependabot/bundler/puma-6.6.1
Open

Bump puma from 6.6.0 to 6.6.1#9
dependabot[bot] wants to merge 12 commits intomainfrom
dependabot/bundler/puma-6.6.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Jul 31, 2025

Bumps puma from 6.6.0 to 6.6.1.

Release notes

Sourced from puma's releases.

v6.6.1

6.6.1 / 2025-07-30

  • Bugfixes
    • Accept to_path to be nil on request bodies (#3635)
    • Fix single runner stats before the server start (#3572)
    • Fix incomplete worker boot state on refork (#3601)
    • Improve HttpParserError messages for better debugging (#3586)
    • Fix refork logs to distinguish from phased restarts (#3598)
    • Fix rack.after_reply so it doesn't interrupt chain on error (#3680)
Changelog

Sourced from puma's changelog.

6.6.1 / 2025-07-30

  • Bugfixes
    • Accept to_path to be nil on request bodies (#3635)
    • Fix single runner stats before the server start (#3572)
    • Fix incomplete worker boot state on refork (#3601)
    • Improve HttpParserError messages for better debugging (#3586)
    • Fix refork logs to distinguish from phased restarts (#3598)
    • Fix rack.after_reply so it doesn't interrupt chain on error (#3680)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jul 31, 2025
Backend Implementation:
- Added omniauth, omniauth-github, jwt, and bcrypt gems
- Created User model with encrypted access tokens
- Added AuthController for OAuth flow and JWT generation
- Added authentication methods to ApplicationController
- Updated CORS to support auth headers and credentials
- Created migration for users table
- Added comprehensive documentation

Frontend Implementation:
- Created AuthService for managing authentication state
- Added LoginButton component with GitHub branding
- Added UserProfile component showing user info and VA status
- Created AuthCallback component for OAuth flow
- Added ProtectedRoute component for access control
- Updated Dashboard to include auth UI and headers
- Added auth headers to all API requests

Security Features:
- JWT tokens expire after 24 hours
- Access tokens encrypted in database
- VA organization membership verification
- Protected endpoints with auth requirements

Next Steps:
- Create GitHub OAuth app
- Add environment variables
- Test authentication flow

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/puma-6.6.1 branch from dec2aaa to 6372dee Compare August 11, 2025 16:52
rjohnson2011 and others added 11 commits August 11, 2025 18:18
- Added vetsapi-pr-review.vercel.app to allowed origins
- Already had wildcard support but being explicit for production domain

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Enabled Rails.cache.write for last_refresh_time in all scrapers
- Added cache update to fast_pr_scraper.rb
- Uncommented cache updates in render_cron_scraper.rb and fixed version
- This will make the "Last updated" timestamp update every 15 minutes

The timestamp was showing old times because the cache writes were disabled

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Overview of API features and tech stack
- Installation and development instructions
- API endpoints documentation
- Background jobs and cron configuration
- Deployment instructions for Render.com
- Monitoring and debugging guides
- Contributing guidelines
- Remove skip_before_action :verify_authenticity_token from AuthController
- This callback doesn't exist in API-only Rails apps (ActionController::API)
- Was causing ArgumentError preventing cron jobs from running
- Add explanatory comment about verify_authenticity_token not needed in API apps
- Add /health endpoint with version 1.0.1 to verify deployments
- This should force Render to rebuild with the fixed code
- Completely remove auth_controller.rb that was causing deployment failures
- Comment out auth routes in routes.rb
- Update health check version to 1.0.2
- This removes the problematic skip_before_action that was breaking cron jobs
- OAuth can be re-implemented later when needed
- Remove User model
- Remove user migration
- Remove all authentication methods from ApplicationController
- Comment out JWT and OAuth gems in Gemfile
- Update health check to version 1.0.3

This should finally fix the cron job failures by removing all OAuth-related code that was causing the verify_authenticity_token error
Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 6.6.1.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.6.0...v6.6.1)

---
updated-dependencies:
- dependency-name: puma
  dependency-version: 6.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Sep 4, 2025

A newer version of puma exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant