Skip to content

Commit

Permalink
Bump the minor-and-patch group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [minitest](https://github.com/minitest/minitest) | `5.23.0` | `5.23.1` |
| [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.26.1` | `4.27.0` |
| [graphql](https://github.com/rmosolgo/graphql-ruby) | `2.3.3` | `2.3.4` |
| [webmock](https://github.com/bblimke/webmock) | `3.23.0` | `3.23.1` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11385` | `0.5.11391` |


Updates `minitest` from 5.23.0 to 5.23.1
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.23.0...v5.23.1)

Updates `google-protobuf` from 4.26.1 to 4.27.0
- [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 `graphql` from 2.3.3 to 2.3.4
- [Release notes](https://github.com/rmosolgo/graphql-ruby/releases)
- [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md)
- [Commits](rmosolgo/graphql-ruby@v2.3.3...v2.3.4)

Updates `webmock` from 3.23.0 to 3.23.1
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.23.0...v3.23.1)

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

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: google-protobuf
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: graphql
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: webmock
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 73327a3 commit 57bb427
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,16 @@ GEM
activemodel
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (4.26.1-arm64-darwin)
google-protobuf (4.27.0-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.26.1-x86_64-darwin)
google-protobuf (4.27.0-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.26.1-x86_64-linux)
google-protobuf (4.27.0-x86_64-linux)
bigdecimal
rake (>= 13)
graphql (2.3.3)
graphql (2.3.4)
base64
hashdiff (1.1.0)
i18n (1.14.5)
Expand Down Expand Up @@ -186,7 +189,7 @@ GEM
net-smtp
marcel (1.0.4)
mini_mime (1.1.5)
minitest (5.23.0)
minitest (5.23.1)
minitest-hooks (1.5.1)
minitest (> 5.3)
minitest-reporters (1.6.1)
Expand Down Expand Up @@ -312,14 +315,14 @@ GEM
rack (>= 2.2.4)
redis-client (>= 0.19.0)
smart_properties (1.17.0)
sorbet (0.5.11385)
sorbet-static (= 0.5.11385)
sorbet-runtime (0.5.11385)
sorbet-static (0.5.11385-universal-darwin)
sorbet-static (0.5.11385-x86_64-linux)
sorbet-static-and-runtime (0.5.11385)
sorbet (= 0.5.11385)
sorbet-runtime (= 0.5.11385)
sorbet (0.5.11391)
sorbet-static (= 0.5.11391)
sorbet-runtime (0.5.11391)
sorbet-static (0.5.11391-universal-darwin)
sorbet-static (0.5.11391-x86_64-linux)
sorbet-static-and-runtime (0.5.11391)
sorbet (= 0.5.11391)
sorbet-runtime (= 0.5.11391)
spoom (1.3.2)
erubi (>= 1.10.0)
prism (>= 0.19.0)
Expand All @@ -340,7 +343,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uri (0.13.0)
webmock (3.23.0)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down

0 comments on commit 57bb427

Please sign in to comment.