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

Bump the minor-and-patch group with 4 updates #1919

Merged
merged 3 commits into from
Jun 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-and-patch group with 4 updates: rubocop-rspec, google-protobuf, parallel and sorbet-static-and-runtime.

Updates rubocop-rspec from 2.30.0 to 2.31.0

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v2.31.0

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

Sourced from rubocop-rspec's changelog.

2.31.0 (2024-06-07)

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

Updates google-protobuf from 4.27.0 to 4.27.1

Commits

Updates parallel from 1.24.0 to 1.25.1

Commits
  • 9644d13 v1.25.1
  • a39fd6a Merge pull request #347 from Earlopain/speedup-windows-cpu
  • b10c2b4 Improve speed for Get-CimInstance
  • ea82067 v1.25.0
  • 23b724f Merge pull request #346 from Earlopain/drop-win32ole
  • 5bd72ca Add Ruby 3.3 to CI
  • 88a7193 Bump sqlite3 to solve compilation failures with latest lib
  • 0fe4df3 Bump actions/checkout to v4
  • 7ee51bd Remove dependency on win32ole
  • f66f105 Merge pull request #344 from grosser/grosser/read
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.5.11406 to 0.5.11422

Release notes

Sourced from sorbet-static-and-runtime's releases.

sorbet 0.5.11421.20240607110022-123084356

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11421', :group => :development
gem 'sorbet-runtime', '0.5.11421'

sorbet 0.5.11420.20240607104928-a1a779b41

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11420', :group => :development
gem 'sorbet-runtime', '0.5.11420'

sorbet 0.5.11419.20240607103444-17d0a6cd2

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11419', :group => :development
gem 'sorbet-runtime', '0.5.11419'

sorbet 0.5.11418.20240606113900-2d7d73392

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11418', :group => :development
gem 'sorbet-runtime', '0.5.11418'

sorbet 0.5.11417.20240606084613-050891fc4

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11417', :group => :development
gem 'sorbet-runtime', '0.5.11417'

sorbet 0.5.11416.20240606080313-df99d7964

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11416', :group => :development
gem 'sorbet-runtime', '0.5.11416'

sorbet 0.5.11415.20240605114719-ede4684fc

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11415', :group => :development
gem 'sorbet-runtime', '0.5.11415'

sorbet 0.5.11414.20240604172202-d236f70ab

... (truncated)

Commits

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

Bumps the minor-and-patch group with 4 updates: [rubocop-rspec](https://github.com/rubocop/rubocop-rspec), [google-protobuf](https://github.com/protocolbuffers/protobuf), [parallel](https://github.com/grosser/parallel) and [sorbet-static-and-runtime](https://github.com/sorbet/sorbet).


Updates `rubocop-rspec` from 2.30.0 to 2.31.0
- [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.30.0...v2.31.0)

Updates `google-protobuf` from 4.27.0 to 4.27.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `parallel` from 1.24.0 to 1.25.1
- [Commits](grosser/parallel@v1.24.0...v1.25.1)

Updates `sorbet-static-and-runtime` from 0.5.11406 to 0.5.11422
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: google-protobuf
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: parallel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 10, 2024 21:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 10, 2024
@KaanOzkan KaanOzkan force-pushed the dependabot/bundler/minor-and-patch-0d43832519 branch from d44d1a9 to 4319ed6 Compare June 10, 2024 22:00
@KaanOzkan KaanOzkan enabled auto-merge June 10, 2024 22:03
@KaanOzkan KaanOzkan merged commit a983c84 into main Jun 10, 2024
29 checks passed
@KaanOzkan KaanOzkan deleted the dependabot/bundler/minor-and-patch-0d43832519 branch June 10, 2024 22:17
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant