Skip to content

deps-dev: bump rubocop-rspec from 2.11.1 to 2.12.1

George Koltsov requested to merge dependabot/bundler/rubocop-rspec-2.12.1 into main

Created by: dependabot[bot]

Bumps rubocop-rspec from 2.11.1 to 2.12.1.

Changelog

Sourced from rubocop-rspec's changelog.

2.12.1 (2022-07-03)

  • Fix a false positive for RSpec/Capybara/SpecificMatcher. ([@​ydah][])

2.12.0 (2022-07-02)

  • Fix incorrect path suggested by RSpec/FilePath cop when second argument contains spaces. ([@​tejasbubane][])
  • Fix autocorrect for EmptyLineSeparation. ([@​johnny-miyake][])
  • Add new RSpec/Capybara/SpecificMatcher cop. ([@​ydah][])
  • Fixed false offense detection in FactoryBot/CreateList when a n.times block is including method calls in the factory create arguments. ([@​ngouy][])
  • Fix error in RSpec/RSpec/FactoryBot/CreateList cop for empty block. ([@​tejasbubane][])
  • Update RSpec/MultipleExpectations cop documentation with examples of aggregate_failures use. ([@​edgibbs][])
  • Declare autocorrect as unsafe for RSpec/VerifiedDoubleReference. ([@​Drowze][])
  • Add new RSpec/Rails/HaveHttpStatus cop. ([@​akiomik][])
Commits
  • a8b16a6 Merge pull request #1312 from rubocop/release
  • ccb5ddf Bump version to 2.12.1
  • a124f84 Merge pull request #1311 from ydah/fix_specific_matcher
  • 0b7f05a [Fix #1310] Fix a false positive for RSpec/Capybara/SpecificMatcher
  • 594c06f Switch docs version back to master
  • 004d041 Switch docs version to 2.12
  • 6f64f8e Merge pull request #1309 from rubocop/release
  • 8f0172a Bump version to 2.12.0
  • bcde3ae Merge pull request #1307 from akiomik/have-http-status
  • f05f6f8 Add new RSpec/Rails/HaveHttpStatus cop
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Merge request reports

Loading