Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update rubocop-rspec requirement from ~> 2.11.1 to ~> 2.12.1 #537

Merged
merged 1 commit into from
Jul 5, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2022

Updates the requirements on rubocop-rspec to permit the latest version.

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][])

2.11.1 (2022-05-18)

  • Fix a regression in RSpec/ExpectChange flagging chained method calls. ([@​pirj][])

2.11.0 (2022-05-18)

  • Drop Ruby 2.5 support. ([@​ydah][])
  • Add new RSpec/ChangeByZero cop. ([@​ydah][])
  • Improve RSpec/ExpectChange to detect namespaced and top-level constants. ([@​M-Yamashita01][])
  • Introduce an amendment to Metrics/BlockLength to exclude spec files. ([@​luke-hill][])

2.10.0 (2022-04-19)

  • Fix a false positive for RSpec/EmptyExampleGroup when expectations in case statement. ([@​ydah][])
  • Add RSpec/VerifiedDoubleReference cop. ([@​t3h2mas][])
  • Make RSpec/BeNil cop configurable with a be_nil style and a be style. ([@​bquorning][])
  • Fix Capybara/CurrentPathExpectation autocorrect incompatible with Style/TrailingCommaInArguments autocorrect. ([@​ydah][])

2.9.0 (2022-02-28)

2.8.0 (2022-01-24)

  • Fix RSpec/FactoryBot/SyntaxMethods and RSpec/Capybara/FeatureMethods to inspect shared groups. ([@​pirj][])
  • Fix RSpec/LeadingSubject failure in non-spec code. ([@​pirj][])
  • Add bad example to RSpec/SubjectStub cop. ([@​oshiro3][])
  • Replace non-styleguide cops StyleGuide attribute with Reference. ([@​pirj][])
  • Fix RSpec/SubjectStub to disallow stubbing of subjects defined in parent example groups. ([@​pirj][])

2.7.0 (2021-12-26)

... (truncated)

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 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)

Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v2.11.1...v2.12.1)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 4, 2022
@avdv avdv merged commit 54857c7 into main Jul 5, 2022
@avdv avdv deleted the dependabot/bundler/rubocop-rspec-tw-2.12.1 branch July 5, 2022 06:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant