Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 24, 2025

This PR contains the following updates:

Package Change Age Confidence
omniauth-rails_csrf_protection '~> 1.0', '>= 1.0.2' -> '~> 2.0', '>= 2.0.1' age confidence

Release Notes

cookpad/omniauth-rails_csrf_protection (omniauth-rails_csrf_protection)

v2.0.1: Version 2.0.1

Compare Source

  • Fix an issue with configuration delegation in Rails < 8.1 (#​26)

    For more details, please see 1a0d390.

v2.0.0: Version 2.0.0

Compare Source

  • Stop using deprecated ActiveSupport::Configurable when this gem is running against Action Pack version 8.1 and later (#​23, #​24)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 24, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 24, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@lodewiges
Copy link
Contributor

lodewiges commented Dec 24, 2025

getting this error when publishing a image

#19 [13/13] RUN if [ "production" = 'production' ] || [ "production" = 'staging' ] || [ "production" = 'luxproduction' ] || [ "production" = 'euros' ]; then     SECRET_KEY_BASE_DUMMY=1 bundle exec rails assets:precompile;   else     echo "Skipping assets:precompile";   fi
#19 3.074 bin/rails aborted!
#19 3.075 ArgumentError: wrong number of arguments (given 1, expected 0) (ArgumentError)
#19 3.075 /app/config/environment.rb:5:in `<main>'
#19 3.075 Tasks: TOP => environment
#19 3.075 (See full trace by running task with --trace)
#19 ERROR: process "/bin/sh -c if [ \"$RAILS_ENV\" = 'production' ] || [ \"$RAILS_ENV\" = 'staging' ] || [ \"$RAILS_ENV\" = 'luxproduction' ] || [ \"$RAILS_ENV\" = 'euros' ]; then     SECRET_KEY_BASE_DUMMY=1 bundle exec rails assets:precompile;   else     echo \"Skipping assets:precompile\";   fi" did not complete successfully: exit code: 1
------
 > [13/13] RUN if [ "production" = 'production' ] || [ "production" = 'staging' ] || [ "production" = 'luxproduction' ] || [ "production" = 'euros' ]; then     SECRET_KEY_BASE_DUMMY=1 bundle exec rails assets:precompile;   else     echo "Skipping assets:precompile";   fi:
3.074 bin/rails aborted!
3.075 ArgumentError: wrong number of arguments (given 1, expected 0) (ArgumentError)
3.075 /app/config/environment.rb:5:in `<main>'
3.075 Tasks: TOP => environment
3.075 (See full trace by running task with --trace)
------
Dockerfile:46
--------------------
  45 |     # Precompile assets after copying app because whole Rails pipeline is needed.
  46 | >>> RUN if [ "$RAILS_ENV" = 'production' ] || [ "$RAILS_ENV" = 'staging' ] || [ "$RAILS_ENV" = 'luxproduction' ] || [ "$RAILS_ENV" = 'euros' ]; then \
  47 | >>>     SECRET_KEY_BASE_DUMMY=1 bundle exec rails assets:precompile; \
  48 | >>>   else \
  49 | >>>     echo "Skipping assets:precompile"; \
  50 | >>>   fi
  51 |     
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"$RAILS_ENV\" = 'production' ] || [ \"$RAILS_ENV\" = 'staging' ] || [ \"$RAILS_ENV\" = 'luxproduction' ] || [ \"$RAILS_ENV\" = 'euros' ]; then     SECRET_KEY_BASE_DUMMY=1 bundle exec rails assets:precompile;   else     echo \"Skipping assets:precompile\";   fi" did not complete successfully: exit code: 1

@codecov
Copy link

codecov bot commented Dec 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.62%. Comparing base (761e87c) to head (a65bca7).
⚠️ Report is 1 commits behind head on staging.

Additional details and impacted files
@@           Coverage Diff            @@
##           staging    #1186   +/-   ##
========================================
  Coverage    77.62%   77.62%           
========================================
  Files           54       54           
  Lines         1341     1341           
========================================
  Hits          1041     1041           
  Misses         300      300           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 24, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@lodewiges lodewiges enabled auto-merge December 24, 2025 22:57
@lodewiges lodewiges added this pull request to the merge queue Dec 24, 2025
Merged via the queue into staging with commit 1037438 Dec 24, 2025
6 checks passed
@lodewiges lodewiges deleted the renovate/major-omniauth-packages branch December 24, 2025 23:20
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants