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

Build(deps): bump the ruby-dependencies group with 7 updates #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 20, 2024

Updates the requirements on rubocop, rubocop-rspec, pry, resque-scheduler, rspec, resque and rake to permit the latest version.
Updates rubocop from 0.79.0 to 0.81.0

Release notes

Sourced from rubocop's releases.

RuboCop 1.28 (a.k.a. The 10th Anniversary Edition)

New features

Bug fixes

  • #10528: Fix an infinite loop at autocorrect for Layout/CaseIndentation. (@​ydah)
  • #10537: Fix an incorrect auto-correct for Style/MultilineTernaryOperator when returning a multiline ternary operator expression with break, next, or method call. (@​koic)
  • #10529: Fix autocorrect for Style/SoleNestedConditional causes logical error when using a outer condition of method call by omitting parentheses for method arguments. (@​nobuyo)
  • #10530: Fix a false positive for Style/RedundantRegexpCharacterClass when using regexp character class with a character class containing multiple unicode code-points. (@​koic)
  • #10518: Fix a false positive for Style/DoubleNegation when inside returned conditional clauses with Ruby 2.7's pattern matching. (@​koic)
  • #10510: Fix an error for Style/SingleArgumentDig when using multiple dig in a method chain. (@​koic)
  • #10553: Fix crash with trailing tabs in heredocs for Layout/TrailingWhitespace. (@​dvandersluis)
  • #10488: Fix autocorrection for Layout/MultilineMethodCallIndentation breaks indentation for nesting of method calls. (@​nobuyo)
  • #10543: Fix incorrect code length calculation for few more patterns of hash folding asked. (@​nobuyo)
  • #10541: Fix an incorrect autocorrect for Style/SpecialGlobalVars when global variable as Perl name is used multiple times. (@​koic)
  • #10514: Fix an error for Lint/EmptyConditionalBody when missing second elsif body. (@​koic)
  • #10469: Fix code length calculation when kwargs written in single line. (@​nobuyo)

Changes

  • #10555: Deprecate IgnoredPatterns in favour of AllowedPatterns. (@​dvandersluis)
  • #10356: Add AllowConsecutiveConditionals option to Style/GuardClause and the option is false by default. (@​ydah)
  • #10524: Mark Style/RedundantInitialize as unsafe. (@​koic)
  • #10280: Add AllowComments option to Style/SymbolProc and the option is false by default. (@​ydah)
Changelog

Sourced from rubocop's changelog.

0.81.0 (2020-04-01)

New features

  • #7299: Add new Lint/RaiseException cop. ([@​denys281][])
  • #7793: Prefer include? over member? in Style/CollectionMethods. ([@​dmolesUC][])
  • #7654: Support with_fixed_indentation option for Layout/ArrayAlignment cop. ([@​nikitasakov][])
  • #7783: Support Ruby 2.7's numbered parameter for Style/RedundantSort. ([@​koic][])
  • #7795: Make Layout/EmptyLineAfterGuardClause aware of case where and or or is used before keyword that break control (e.g. and return). ([@​koic][])
  • #7786: Support Ruby 2.7's pattern match for Layout/ElseAlignment cop. ([@​koic][])
  • #7784: Support Ruby 2.7's numbered parameter for Lint/SafeNavigationChain. ([@​koic][])
  • #7331: Add forbidden option to Style/ModuleFunction cop. ([@​weh][])
  • #7699: Add new Lint/StructNewOverride cop. ([@​ybiquitous][])
  • #7637: Add new Style/TrailingCommaInBlockArgs cop. ([@​pawptart][])
  • #7809: Add auto-correction for Style/EndBlock cop. ([@​tejasbubane][])
  • #7739: Add IgnoreNotImplementedMethods configuration to Lint/UnusedMethodArgument. ([@​tejasbubane][])
  • #7740: Add AllowModifiersOnSymbols configuration to Style/AccessModifierDeclarations. ([@​tejasbubane][])
  • #7812: Add auto-correction for Lint/BooleanSymbol cop. ([@​tejasbubane][])
  • #7823: Add IgnoredMethods configuration in Metrics/AbcSize, Metrics/CyclomaticComplexity, and Metrics/PerceivedComplexity cops. ([@​drenmi][])
  • #7816: Support Ruby 2.7's numbered parameter for Style/Lambda. ([@​koic][])
  • #7829: Fix an error for Style/OneLineConditional when one of the branches contains next keyword. ([@​koic][])

Bug fixes

  • #7236: Mark Style/InverseMethods auto-correct as incompatible with Style/SymbolProc. ([@​drenmi][])
  • #7144: Fix Style/Documentation constant visibility declaration in namespace. ([@​AdrienSldy][])
  • #7779: Fix a false positive for Style/MultilineMethodCallIndentation when using Ruby 2.7's numbered parameter. ([@​koic][])
  • #7733: Fix rubocop-junit-formatter incompatibility XML for JUnit formatter. ([@​koic][])
  • #7767: Skip array literals in Style/HashTransformValues and Style/HashTransformKeys. ([@​tejasbubane][])
  • #7791: Fix an error on auto-correction for Layout/BlockEndNewline when } of multiline block without processing is not on its own line. ([@​koic][])
  • #7778: Fix a false positive for Layout/EndAlignment when a non-whitespace is used before the end keyword. ([@​koic][])
  • #7806: Fix an error for Lint/ErbNewArguments cop when inspecting ActionView::Template::Handlers::ERB.new. ([@​koic][])
  • #7814: Fix a false positive for Migrate/DepartmentName cop when inspecting an unexpected disabled comment format. ([@​koic][])
  • #7728: Fix an error for Style/OneLineConditional when one of the branches contains a self keyword. ([@​koic][])
  • #7825: Fix crash for Layout/MultilineMethodCallIndentation with key access to hash. ([@​tejasbubane][])
  • #7831: Fix a false positive for Style/HashEachMethods when receiver is implicit. ([@​koic][])

Changes

0.80.1 (2020-02-29)

Bug fixes

... (truncated)

Commits
  • 34e501e Cut 0.81
  • 51de04e Fix Style/NestedParenthesizedCalls docs (#7822)
  • 85f21d9 [Fix #7831] Fix a false positive for Style/HashEachMethods
  • 40b8771 [Fix #7829] Fix an error for Style/OneLineConditional
  • fac6d99 Merge pull request #7828 from tejasbubane/fix-7825
  • 06309e1 [Fix #7825] Fix crash for Layout/MultilineMethodCallIndentation
  • 5d47450 Merge pull request #7729 from koic/fix_an_error_for_style_one_line_conditional
  • 95e75ca Merge pull request #7816 from koic/support_numblock_type
  • 500d0c5 Support Ruby 2.7's numbered parameter for Style/Lambda
  • 3405fe6 Support IgnoredMethod configuration in method complexity cops
  • Additional commits viewable in compare view

Updates rubocop-rspec from 1.37.1 to 1.38.1

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v1.38.1

  • Fix RSpec/RepeatedDescription to detect descriptions with interpolation and methods. ([@​lazycoder9][])

... (truncated)

Changelog

Sourced from rubocop-rspec's changelog.

1.38.1 (2020-02-15)

  • Fix RSpec/RepeatedDescription to detect descriptions with interpolation and methods. ([@​lazycoder9])

1.38.0 (2020-02-11)

  • Fix RSpec/InstanceVariable detection inside custom matchers. ([@​pirj])
  • Fix RSpec/ScatteredSetup to distinguish hooks with different metadata. ([@​pirj])
  • Add autocorrect support for RSpec/ExpectActual cop. ([@​dduugg], [@​pirj])
  • Add RSpec/RepeatedExampleGroupBody cop. ([@​lazycoder9])
  • Add RSpec/RepeatedExampleGroupDescription cop. ([@​lazycoder9])
  • Add block name and other lines to RSpec/ScatteredSetup message. ([@​elebow])
  • Fix RSpec/RepeatedDescription to take into account example metadata. ([@​lazycoder9])
Commits
  • d6f18f5 Merge pull request #882 from rubocop-hq/release
  • 655d031 Bump version to 1.38.1
  • 2362e2a Merge pull request #877 from lazycoder9/fix/dstr_in_example_description
  • 2958ccb RepeatedDescription detects not only string descriptions
  • 9bce008 Merge pull request #875 from rubocop-hq/release
  • 398f6fc Bump version to 1.38.0
  • 292f6cb Merge pull request #874 from lazycoder9/fix/repeated_example_description
  • 5024a13 take metadata into account in repeated example description cop
  • f39e531 Merge pull request #866 from Cofense/scattered-setup-message-block-name
  • 318244a Add block name and other lines to RSpec/ScatteredSetup message
  • Additional commits viewable in compare view

Updates pry from 0.12.2 to 0.14.2

Changelog

Sourced from pry's changelog.

[v0.14.2][v0.14.2] (January 9, 2023)

Features

  • Configure code as a supported editor on Pry::Editor (#2236)
  • Added support for Ruby 3.2 (#2263)
  • Added support for Ruby 3.1 (#2228)

Bug fixes

  • Short circuit eval regexes in finding module definition (#2253)
  • Revert "Escape non-printing characters" (#2235)
  • Fixed bug where WeirdMethodLocator would fail to find the source of a method breaking whereami (#2244)
  • Fixed bug where pry would throw an FrozenError when dealing with incomplete tokens (#2136)
  • Restore --no-history CLI flag functionality (#2196)
  • Fixed bug where reading from the _out_ sticky local variable could return wrong results (#2201)

Breaking Changes

  • Remove support for Ruby 1.9 and JRuby < 9.0 (#2239)

[v0.14.1][v0.14.1] (April 12, 2021)

Bug fixes

  • Fixed bad coloring of some RDoc-style docs (#2182)
  • Fixed broken --plugins option. It shows a warning now (#2180)
  • Fixed bad output on printing non-visible characters with color codes (#2154)
  • Fixed bad output when colors are disabled and a string with color codes is printed (#2158)

[v0.14.0][v0.14.0] (February 8, 2021)

Features

  • Made ? an alias to show-source -d (#2133)

... (truncated)

Commits
  • 24f6190 Merge pull request #2267 from andrehjr/release-v0_14_2
  • 0e59722 Prepare for v0.14.2 release
  • c18a7b0 Merge pull request #2265 from andrehjr/update-changelog
  • a2c7772 Update CHANGELOG.md to reflect the latest master changes
  • 468cf20 Merge pull request #2257 from dduugg/rm-mri-19-cruft
  • cdc2b9e Remove handle_read_errors 1.9 comment only
  • 313bf4d Clean up MRI 1.9 code
  • ee81361 Merge pull request #2263 from andrehjr/add-newer-rubies-to-ci
  • 9a230c6 Add Ruby 3.2 and head to ubuntu-latest executions
  • 15e960b Merge pull request #2262 from andrehjr/add-rubocop-single-actions
  • Additional commits viewable in compare view

Updates resque-scheduler from 4.4.0 to 4.10.2

Release notes

Sourced from resque-scheduler's releases.

v4.10.1

What's Changed

Full Changelog: resque/resque-scheduler@v4.10.0...v4.10.1

v4.10.0

What's Changed

New Contributors

Full Changelog: resque/resque-scheduler@v4.9.0...v4.10.0

v4.9.0

What's Changed

New Contributors

Full Changelog: resque/resque-scheduler@v4.8.0...v4.9.0

v4.8.0

What's Changed

New Contributors

Full Changelog: resque/resque-scheduler@v4.7.0...v4.8.0

v4.7.0

What's Changed

Full Changelog: resque/resque-scheduler@v4.6.0...v4.7.0

v4.6.0

... (truncated)

Changelog

Sourced from resque-scheduler's changelog.

[4.10.2] - 2023-12-15

Fixed

[4.10.1] - 2023-12-15

Fixed

[4.10.0] - 2023-08-20

Added

  • Add logfmt option for logging output (#763)

Fixed

  • Rubocop Fixes (#771)

[4.9.0] - 2023-05-31

Changed

Fixed

[4.8.0] - 2023-27-1

  • Replace deprecated Socket.gethostname with Addrinfo.getaddrinfo to fix deprecation warnings (#753)

[4.7.0] - 2022-10-6

Fixed

  • Fix tests for redis-rb 5.0 (#757)
  • Use Resque::DataStore#reconnect for redis-rb 5.0 compat (#757)
  • Test suite runs flushall to prevent flakiness (#757)

[4.6.0] - 2022-08-04

Changed

  • Remove support for Ruby < 2.3
  • Configuration to use a set of truthy values to enable boolean settings instead of simply existence
  • Add delay_or_enqueue_at for delaying existing jobs or creating a new job(#645)
  • Fix deprecated uses of Redis#pipelined
  • Fix reading configuration from environment for boolean values (#735)
  • Unblock rufus-scheduler lock on lower than 3.7 by fixing scheduler shutdown (#736)
  • Removed testing against jruby (resque doesn't test against jruby)

[4.5.0] - 2021-09-25

Added

  • Support Ruby 3
  • Add optional argument to remove_schedule to control reloading of the schedule

... (truncated)

Commits

Updates rspec from 3.9.0 to 3.13.0

Commits

Updates resque from 2.0.0 to 2.6.0

Release notes

Sourced from resque's releases.

v2.6.0

What's Changed

New Contributors

Full Changelog: resque/resque@v2.5.0...v2.6.0

v2.5.0

Bunch of bug and deprecation warning fixes in this release. Big thanks to everyone who's contributed to this release!

What's Changed

New Contributors

Full Changelog: resque/resque@v2.4.0...v2.5.0

v2.4.0

What's Changed

New Contributors

Full Changelog: resque/resque@v2.3.0...v2.4.0

... (truncated)

Changelog

Sourced from resque's changelog.

2.6.0

Fixed

  • resque-web: Fix reflected XSS in queues endpoint (#1865)
  • resque-web: Format args in YAML (#1875)
  • Fix MiniTest undefined errors (#1879)
  • Fix failing reconnect tests (#1880)

Added

  • Documents how to make the worker shutdown when the queue is empty (#1873)

2.5.0

Fixed

  • Replace File.exists? with File.exist? (#1846)
  • Escape Resque.redis_id for stats page (#1834)
  • Escape resque info values (#1832)
  • Correctly show the values of hash and none type on stats tab (#1838)
  • Fix logging the worker name when starting the task (#1837)

Added

  • Raise an error when no available Rack server was found (#1836)
  • Move code in Resque::Server.helpers block into a module to make it testable (#1851)

2.4.0

Fixed

  • Remove thread_safe arg in Redis instantiaons (#1822)
  • Updated Test Matrix for Redis 5.0 (#1824)
  • Fix redis-rb 4.8 deprecation warnings (#1827)
  • Fix redis-rb 5.0 compatibility issues (#1828)

2.3.0

Fixed

  • Fix NoMethodError: undefined method 'application' for Rails:Module when Rails module is defined but not a full Rails app (#1799)
  • Fix deprecation warnings in Redis#pipelined for redis 4.6 (#1806)
  • Add Ruby syntax highlighting to remaining markdown docs (#1802)
  • Fix pagination section (#1809)
  • Fix before_run undefined local variable or method runner (#1811)

Added

  • Added support for pausing all workers by setting the Redis key pause-all-workers to string value "true" (#1803)

... (truncated)

Commits
  • 2f9d080 Version 2.6.0 and Changelog
  • 3502893 Make tests for reconnect pass again
  • 18d63e2 Fix MiniTest undefined errors
  • 771b5d2 Documents how to make the worker shutdown when the queue is empty
  • ae3fe72 format args in YAML
  • 7623b8d Fix reflected XSS in queue
  • 811ef35 Version 2.5.0
  • f8444d3 Add tests for #redis_get_size and #redis_get_value_as_array
  • e080135 Cut out codes in the helpers block into a module
  • d683029 Remove unused file
  • Additional commits viewable in compare view

Updates rake from 13.0.1 to 13.2.1

Changelog

Sourced from rake's changelog.

=== 13.2.1

  • Suppressed "internal:array:52:in 'Array#each'" from backtrace by @​hsbt in #554
  • Bump actions/configure-pages from 4 to 5 by @​dependabot in #553

=== 13.2.0

=== 13.1.0

... (truncated)

Commits
  • d84f6ef Bump up 13.2.1
  • 8b33b36 Merge pull request #553 from ruby/dependabot/github_actions/actions/configure...
  • 99f6823 Merge pull request #554 from ruby/suppress-array-internal
  • 54950e0 Suppressed "<internal:array>:52:in 'Array#each'" from backtrace
  • 675498c Bump up 13.2.0
  • 3dc4277 Bump actions/configure-pages from 4 to 5
  • c68e010 Merge pull request #549 from ruby/dependabot/github_actions/dependabot/fetch-...
  • 2cb46b6 Merge pull request #551 from andrykonchin/ak/restore-truffleruby-on-ci
  • c342e96 Add TruffleRuby on CI
  • d569f0f Merge pull request #550 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 20, 2024
@dependabot dependabot bot force-pushed the dependabot-bundler-ruby-dependencies-3f82173506 branch from fb71ea7 to b130430 Compare June 20, 2024 22:08
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop), [rubocop-rspec](https://github.com/rubocop/rubocop-rspec), [pry](https://github.com/pry/pry), [resque-scheduler](https://github.com/resque/resque-scheduler), [rspec](https://github.com/rspec/rspec-metagem), [resque](https://github.com/resque/resque) and [rake](https://github.com/ruby/rake) to permit the latest version.

Updates `rubocop` from 0.79.0 to 0.81.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.79.0...v0.81.0)

Updates `rubocop-rspec` from 1.37.1 to 1.38.1
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v1.37.1...v1.38.1)

Updates `pry` from 0.12.2 to 0.14.2
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](pry/pry@v0.12.2...v0.14.2)

Updates `resque-scheduler` from 4.4.0 to 4.10.2
- [Release notes](https://github.com/resque/resque-scheduler/releases)
- [Changelog](https://github.com/resque/resque-scheduler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/resque/resque-scheduler/commits)

Updates `rspec` from 3.9.0 to 3.13.0
- [Commits](rspec/rspec-metagem@v3.9.0...v3.13.0)

Updates `resque` from 2.0.0 to 2.6.0
- [Release notes](https://github.com/resque/resque/releases)
- [Changelog](https://github.com/resque/resque/blob/master/HISTORY.md)
- [Commits](resque/resque@v2.0.0...v2.6.0)

Updates `rake` from 13.0.1 to 13.2.1
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.0.1...v13.2.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: pry
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: resque-scheduler
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: resque
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: rake
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-bundler-ruby-dependencies-3f82173506 branch from b130430 to ceebabe Compare July 15, 2024 02:44
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
Development

Successfully merging this pull request may close these issues.

0 participants