Skip to content
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

Update dependency rspec-rails to v7.1.0 #1248

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rspec-rails (changelog) '7.0.0' -> '7.1.0' age adoption passing confidence

Release Notes

rspec/rspec-rails (rspec-rails)

v7.1.0

Compare Source

Full Changelog

Enhancements:

  • Improve implicit description for ActionCable matchers have_broadcasted_to /
    have_broadcast. (Simon Fish, #​2795)
  • Comment out infer_spec_type_from_file_location! in newly generated
    rails_helper.rb files. (Jon Rowe, #​2804)
  • Allow turning off active job / mailer argument validation.
    (Oli Peate, #​2808)

v7.0.2

Compare Source

Full Changelog

Bug Fixes:

  • Fix issue with have_enqueued_mail when jobs were incorrectly matched due
    to refactoring in #​2780. (David Runger, #​2793)

v7.0.1

Compare Source

Full Changelog

Bug Fixes:

  • Remove mutation of Rails constant in favour of public api. (Petrik de Heus, #​2789)
  • Cleanup Rails scaffold for unsupported versions. (Matt Jankowski, #​2790)
  • Remove deprecated scaffold that was unintentionally included in 7.0.0
    (Jon Rowe, #​2791)

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.

@yegor256
Copy link
Owner

yegor256 commented Sep 3, 2024

@rultor please, try to merge, since 4 checks have passed

@rultor
Copy link
Collaborator

rultor commented Sep 3, 2024

@rultor please, try to merge, since 4 checks have passed

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Sep 3, 2024

@rultor please, try to merge, since 4 checks have passed

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 13min)

D: INSERT INTO bout (owner, title) VALUES ($1, $2) RETURNING id: 1ms / 5620
D: SELECT id FROM bout WHERE id = $1: 0ms / 5480
D: SELECT id FROM bout LEFT JOIN guest ON bout.id=guest.bout WHERE bout.id=$2 AND bout.owner=$1 OR guest.human=$1 LIMIT 1: 0ms / 5500
D: INSERT INTO message (author, bout, text) VALUES ($1, $2, $3) RETURNING id: 63ms / 5520
D: SELECT id FROM bout LEFT JOIN guest ON bout.id=guest.bout WHERE bout.id=$2 AND bout.owner=$1 OR guest.human=$1 LIMIT 1: 0ms / 5540
D: INSERT INTO message (author, bout, text) VALUES ($1, $2, $3) RETURNING id: 1ms / 5560
.D: INSERT INTO human (identity) VALUES ($1): 1ms / 5580
D: SELECT sha FROM token WHERE human=$1: 0ms / 5600
D: INSERT INTO token (human, sha) VALUES ($1, $2): 1ms / 5620
D: INSERT INTO bout (owner, title) VALUES ($1, $2) RETURNING id: 1ms / 5480
D: SELECT id FROM bout WHERE id = $1: 0ms / 5500
..D: INSERT INTO human (identity) VALUES ($1): 1ms / 5520
D: SELECT sha FROM token WHERE human=$1: 0ms / 5540
D: INSERT INTO token (human, sha) VALUES ($1, $2): 145ms / 5560
D: INSERT INTO bout (owner, title) VALUES ($1, $2) RETURNING id: 2ms / 5580
D: SELECT id FROM bout WHERE id = $1: 0ms / 5600
D: SELECT id FROM bout LEFT JOIN guest ON bout.id=guest.bout WHERE bout.id=$2 AND bout.owner=$1 OR guest.human=$1 LIMIT 1: 0ms / 5620
D: INSERT INTO message (author, bout, text) VALUES ($1, $2, $3) RETURNING id: 1ms / 5480
.D: INSERT INTO human (identity) VALUES ($1): 1ms / 5500
D: SELECT sha FROM token WHERE human=$1: 0ms / 5520
D: INSERT INTO token (human, sha) VALUES ($1, $2): 144ms / 5540
D: INSERT INTO bout (owner, title) VALUES ($1, $2) RETURNING id: 1ms / 5560
D: SELECT id FROM bout WHERE id = $1: 0ms / 5580
D: SELECT id FROM bout LEFT JOIN guest ON bout.id=guest.bout WHERE bout.id=$2 AND bout.owner=$1 OR guest.human=$1 LIMIT 1: 0ms / 5600
D: INSERT INTO message (author, bout, text) VALUES ($1, $2, $3) RETURNING id: 1ms / 5620
D: SELECT message.id FROM message LEFT JOIN bout ON message.bout=bout.id LEFT JOIN guest ON message.bout=guest.bout WHERE bout.owner=$1 OR guest.human=$1 AND message.id=$2 LIMIT 1: 0ms / 5480
D: SELECT message.id FROM message LEFT JOIN bout ON message.bout=bout.id LEFT JOIN guest ON message.bout=guest.bout WHERE bout.owner=$1 OR guest.human=$1 AND message.id=$2 LIMIT 1: 1ms / 5500
D: INSERT INTO flag (message, name, author) VALUES ($1, $2, $3): 1ms / 5520
D: SELECT message.id FROM message LEFT JOIN bout ON message.bout=bout.id LEFT JOIN guest ON message.bout=guest.bout WHERE bout.owner=$1 OR guest.human=$1 AND message.id=$2 LIMIT 1: 1ms / 5540
D: SELECT message.id FROM message LEFT JOIN bout ON message.bout=bout.id LEFT JOIN guest ON message.bout=guest.bout WHERE bout.owner=$1 OR guest.human=$1 AND message.id=$2 LIMIT 1: 67ms / 5560
D: SELECT message.id FROM message LEFT JOIN bout ON message.bout=bout.id LEFT JOIN guest ON message.bout=guest.bout WHERE bout.owner=$1 OR guest.human=$1 AND message.id=$2 LIMIT 1: 0ms / 5580
D: DELETE FROM flag WHERE message=$1 AND name=$2: 1ms / 5600
...

Finished in 5.286067s, 14.9449 runs/s, 24.0254 assertions/s.

79 runs, 127 assertions, 0 failures, 0 errors, 0 skips
Coverage report generated for Unit Tests to /home/r/repo/coverage/coverage.xml. 596 / 651 LOC (91.55%) covered
Running RuboCop...
2024-09-03 15:46:02.065 UTC [3403] LOG:  received smart shutdown request
PostgreSQL killed in PID 3403
2024-09-03 15:46:02.218 UTC [3403] LOG:  background worker "logical replication launcher" (PID 3410) exited with exit code 1
2024-09-03 15:46:02.218 UTC [3405] LOG:  shutting down
Inspecting 40 files
\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m

40 files inspected, \u001b[32mno offenses\u001b[0m detected
Running xcop...
Inspecting 4 files...
\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m
4 files checked, everything looks \u001b[32mpretty\u001b[0m
grep -q -r '2009-2024'     --include '*.rb'     --include '*.txt'     --include 'Rakefile'     .
PostgreSQL killed in PID 3403
+ mv /home/r/repo .
2024-09-03 15:46:03.418 UTC [3403] LOG:  database system is shut down
mv: cannot stat '/home/r/repo/target/pgsql/postmaster.pid': No such file or directory
mv: cannot stat '/home/r/repo/target/pgsql/.s.PGSQL.37231.lock': No such file or directory
mv: cannot stat '/home/r/repo/target/pgsql/.s.PGSQL.37231': No such file or directory
container 8821a92bce0251ed422e9b74998100d434d37f18680da7ee70dd50ef00994d56 is dead
Tue Sep  3 15:46:52 UTC 2024

@renovate renovate bot changed the title Update dependency rspec-rails to v7.0.1 Update dependency rspec-rails to v7.1.0 Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants