Skip to content

Update rubocop-rspec requirement from ~> 1.31.0 to >= 1.31, < 1.34#1

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/rubocop-rspec-gte-1.31-and-lt-1.34
Closed

Update rubocop-rspec requirement from ~> 1.31.0 to >= 1.31, < 1.34#1
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/rubocop-rspec-gte-1.31-and-lt-1.34

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 27, 2019

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

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v1.33.0

  • Let RSpec/DescribedClass pass Struct instantiation closures. ([@​schmijos][])
  • Fixed RSpec/ContextWording missing contexts with metadata. ([@​pirj][])
  • Fix FactoryBot/AttributeDefinedStatically not working with an explicit receiver. ([@​composerinteralia][])
  • Add RSpec/Dialect enforces custom RSpec dialects. ([@​gsamokovarov][])
  • Fix redundant blank lines in RSpec/MultipleSubjects's autocorrect. ([@​pirj][])
  • Drop support for ruby 2.2. (@​bquorning)

[@​deivid-rodriguez]: https://github.com/deivid-rodriguez
[@​geniou]: https://github.com/geniou
[@​jaredbeck]: https://github.com/jaredbeck
[@​jawshooah]: https://github.com/jawshooah
[@​nevir]: https://github.com/nevir
[@​nijikon]: https://github.com/nijikon
[@​pstengel]: https://github.com/pstengel
[@​miguelfteixeira]: https://github.com/miguelfteixeira
[@​mlarraz]: https://github.com/mlarraz
[@​renanborgescampos]: https://github.com/renanborgescampos
[@​jaredmoody]: https://github.com/jaredmoody
[@​baberthal]: https://github.com/baberthal
[@​jeffreyc]: https://github.com/jeffreyc
[@​clupprich]: https://github.com/clupprich
[@​onk]: https://github.com/onk
[@​Darhazer]: https://github.com/Darhazer
[@​redross]: https://github.com/redross
[@​cfabianski]: https://github.com/cfabianski
[@​dgollahon]: https://github.com/dgollahon
[@​rspeicher]: https://github.com/rspeicher
[@​jonatas]: https://github.com/jonatas
[@​pocke]: https://github.com/pocke
[@​bmorrall]: https:/github.com/bmorrall
[@​zverok]: https:/github.com/zverok
[@​timrogers]: https://github.com/timrogers
[@​yevhene]: https://github.com/yevhene
[@​walf443]: https://github.com/walf443
[@​pirj]: https://github.com/pirj
[@​telmofcosta]: https://github.com/telmofcosta
[@​EliseFitz15]: https://github.com/EliseFitz15
[@​anthony-robin]: https://github.com/anthony-robin
[@​jojos003]: https://github.com/jojos003
[@​abrom]: https://github.com/abrom
[@​patrickomatic]: https://github.com/patrickomatic
[@​tdeo]: https://github.com/tdeo
[@​composerinteralia]: https://github.com/composerinteralia
[@​seanpdoyle]: https://github.com/seanpdoyle
[@​vzvu3k6k]: https://github.com/vzvu3k6k

... (truncated)
Changelog

Sourced from rubocop-rspec's changelog.

1.33.0 (2019-05-13)

  • Let RSpec/DescribedClass pass Struct instantiation closures. ([@​schmijos][])
  • Fixed RSpec/ContextWording missing contexts with metadata. ([@​pirj][])
  • Fix FactoryBot/AttributeDefinedStatically not working with an explicit receiver. ([@​composerinteralia][])
  • Add RSpec/Dialect enforces custom RSpec dialects. ([@​gsamokovarov][])
  • Fix redundant blank lines in RSpec/MultipleSubjects's autocorrect. ([@​pirj][])
  • Drop support for ruby 2.2. (@​bquorning)

1.32.0 (2019-01-27)

  • Add RSpec/Yield cop, suggesting using the and_yield method when stubbing a method, accepting a block. ([@​Darhazer][])
  • Fix FactoryBot/CreateList autocorrect crashing when the factory is called with a block=. ([@​Darhazer][])
  • Fixed RSpec/Focus not flagging some cases of RSpec.describe with focus: true. ([@​Darhazer][])
  • Fixed RSpec/Pending not flagging some cases of RSpec.describe with :skip. ([@​Darhazer][])
  • Fix false positive in RSpec/ReceiveCounts when method name exactly, at_least or at_most is used along with times, without being an RSpec API. ([@​Darhazer][])
Commits
  • 23b6ccb Merge pull request #766 from rubocop-hq/release
  • b9363ee Bump version to v1.33.0
  • 3b61283 Merge pull request #764 from rubocop-hq/drop-support-for-ruby-2.2
  • 24ad67b Drop support for Ruby 2.2
  • 01be387 Merge pull request #763 from pirj/fix-blank-lines-in-multiple-subjects
  • bc601e3 Fix blank lines produced by MultipleSubjects cop
  • 749520d Merge pull request #756 from renuo/fix-described-class-with-structs
  • 5290a48 Let RSpec/DescribedClass pass Struct instantiation closures
  • e04c1ef Merge pull request #755 from rubocop-hq/fix-rubocop-offenses
  • f134e98 Fix Naming/RescuedExceptionsVariableName offense
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


Dependabot has been acquired by GitHub  🎉

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 27, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/rubocop-rspec-gte-1.31-and-lt-1.34 branch from 2dcb213 to cefdfd2 Compare July 13, 2019 00:26
@dependabot-preview
Copy link
Contributor Author

Superseded by #9.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/rubocop-rspec-gte-1.31-and-lt-1.34 branch July 23, 2019 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants