Skip to content

Commit

Permalink
Bump the minor-and-patch group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 2 updates: [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) and [sorbet-static-and-runtime](https://github.com/sorbet/sorbet).


Updates `rubocop-minitest` from 0.31.1 to 0.32.1
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.31.1...v0.32.1)

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

---
updated-dependencies:
- dependency-name: rubocop-minitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 8d3213f commit d80f4f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :development do
gem "rake", "~> 13.0"
gem "rubocop", "~> 1.56"
gem "rubocop-shopify", "~> 2.14", require: false
gem "rubocop-minitest", "~> 0.31.1", require: false
gem "rubocop-minitest", "~> 0.32.1", require: false
gem "rubocop-rake", "~> 0.6.0", require: false
gem "rubocop-sorbet", "~> 0.7", require: false
gem "sorbet-static-and-runtime", platforms: NON_WINDOWS_PLATFORMS
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.31.1)
rubocop-minitest (0.32.1)
rubocop (>= 1.39, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
Expand All @@ -76,14 +76,14 @@ GEM
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sorbet (0.5.11032)
sorbet-static (= 0.5.11032)
sorbet-runtime (0.5.11032)
sorbet-static (0.5.11032-universal-darwin)
sorbet-static (0.5.11032-x86_64-linux)
sorbet-static-and-runtime (0.5.11032)
sorbet (= 0.5.11032)
sorbet-runtime (= 0.5.11032)
sorbet (0.5.11039)
sorbet-static (= 0.5.11039)
sorbet-runtime (0.5.11039)
sorbet-static (0.5.11039-universal-darwin)
sorbet-static (0.5.11039-x86_64-linux)
sorbet-static-and-runtime (0.5.11039)
sorbet (= 0.5.11039)
sorbet-runtime (= 0.5.11039)
spoom (1.2.4)
erubi (>= 1.10.0)
sorbet-static-and-runtime (>= 0.5.10187)
Expand Down Expand Up @@ -126,7 +126,7 @@ DEPENDENCIES
rake (~> 13.0)
rdoc
rubocop (~> 1.56)
rubocop-minitest (~> 0.31.1)
rubocop-minitest (~> 0.32.1)
rubocop-rake (~> 0.6.0)
rubocop-shopify (~> 2.14)
rubocop-sorbet (~> 0.7)
Expand Down

0 comments on commit d80f4f9

Please sign in to comment.