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 rubocop-rspec to v2.31.0 - autoclosed #1236

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rubocop-rspec (changelog) '2.30.0' -> '2.31.0' age adoption passing confidence

Release Notes

rubocop/rubocop-rspec (rubocop-rspec)

v2.31.0: RuboCop RSpec v2.31.0

Compare Source

  • Support AutoCorrect: contextual option for LSP. (@​ydah)

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 has been generated by Mend Renovate. View repository job log here.

@yegor256
Copy link
Owner

yegor256 commented Jun 7, 2024

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

@rultor
Copy link
Collaborator

rultor commented Jun 7, 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 Jun 7, 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 8min)

D: INSERT INTO bout (owner, title) VALUES ($1, $2) RETURNING id: 1ms / 5540
D: SELECT id FROM bout WHERE id = $1: 0ms / 5640
D: SELECT id FROM bout WHERE id = $1: 0ms / 5420
D: SELECT * FROM bout WHERE id = $1: 0ms / 5440
\u001b[32m.\u001b[0mD: INSERT INTO human (identity) VALUES ($1): 1ms / 5460
D: INSERT INTO bout (owner, title) VALUES ($1, $2) RETURNING id: 2ms / 5480
D: SELECT id FROM bout WHERE id = $1: 0ms / 5500
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 / 5520
D: INSERT INTO message (author, bout, text) VALUES ($1, $2, $3) RETURNING id: 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: 1ms / 5640
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 / 5420
D: SELECT bout FROM message WHERE id = $1: 0ms / 5440
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 / 5460
D: SELECT text FROM message WHERE id = $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: 0ms / 5500
D: SELECT created FROM message WHERE id = $1: 0ms / 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: 0ms / 5540
D: SELECT author FROM message WHERE id = $1: 0ms / 5640
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 / 5420
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 / 5440
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 / 5460
D: SELECT * FROM flag WHERE message=$1: 0ms / 5480
\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0mD: INSERT INTO human (identity) VALUES ($1): 1ms / 5500
D: INSERT INTO bout (owner, title) VALUES ($1, $2) RETURNING id: 1ms / 5520
D: SELECT id FROM bout WHERE id = $1: 0ms / 5540
D: SELECT id FROM bout WHERE id = $1: 0ms / 5640
\u001b[32m.\u001b[0m\u001b[32m.\u001b[0mD: INSERT INTO human (identity) VALUES ($1): 1ms / 5420
D: INSERT INTO bout (owner, title) VALUES ($1, $2) RETURNING id: 1ms / 5440
D: SELECT id FROM bout WHERE id = $1: 0ms / 5460
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 / 5480
D: INSERT INTO message (author, bout, text) VALUES ($1, $2, $3) RETURNING id: 1ms / 5500
D: SELECT id FROM message WHERE id = $1: 0ms / 5520
D: SELECT author FROM message WHERE id = $1: 0ms / 5540
\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m

Finished in 0.770263s, 102.5624 runs/s, 164.8788 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-06-07 11:39:29.675 UTC [3395] LOG:  received smart shutdown request
PostgreSQL killed in PID 3395
2024-06-07 11:39:29.686 UTC [3395] LOG:  background worker "logical replication launcher" (PID 3402) exited with exit code 1
2024-06-07 11:39:29.688 UTC [3397] 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 3395
+ mv /home/r/repo .
2024-06-07 11:39:29.894 UTC [3395] 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.37955.lock': No such file or directory
mv: cannot stat '/home/r/repo/target/pgsql/.s.PGSQL.37955': No such file or directory
container 57d39b5a62f8bbe00375aa1d4b1349b98de6562525328ed1ac287d6a584708d6 is dead
Fri Jun  7 11:39:59 UTC 2024

@renovate renovate bot changed the title Update dependency rubocop-rspec to v2.31.0 Update dependency rubocop-rspec to v2.31.0 - autoclosed Jun 19, 2024
@renovate renovate bot closed this Jun 19, 2024
@renovate renovate bot deleted the renovate/rubocop-rspec-2.x branch June 19, 2024 17:38
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