yegor256 / netbout

Private talks made easy ... for robots
https://www.netbout.com/
MIT License
41 stars 35 forks source link

Update dependency rspec-rails to v7.0.1 #1248

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

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

Release Notes

rspec/rspec-rails (rspec-rails) ### [`v7.0.1`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#701--2024-09-03) [Compare Source](https://redirect.github.com/rspec/rspec-rails/compare/v7.0.0...v7.0.1) [Full Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v7.0.0...v7.0.1) Bug Fixes: - Remove mutation of Rails constant in favour of public api. (Petrik de Heus, [#​2789](https://redirect.github.com/rspec/rspec-rails/issues/2789)) - Cleanup Rails scaffold for unsupported versions. (Matt Jankowski, [#​2790](https://redirect.github.com/rspec/rspec-rails/issues/2790)) - Remove deprecated scaffold that was unintentionally included in 7.0.0 (Jon Rowe, [#​2791](https://redirect.github.com/rspec/rspec-rails/issues/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.



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

yegor256 commented 1 month ago

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

rultor commented 1 month ago

@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 commented 1 month ago

@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