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: [minitest](https://github.com/minitest/minitest) and [sorbet-static-and-runtime](https://github.com/sorbet/sorbet).


Updates `minitest` from 5.19.0 to 5.20.0
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.19.0...v5.20.0)

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

---
updated-dependencies:
- dependency-name: 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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 8, 2023
1 parent 7835856 commit ae181d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NON_WINDOWS_PLATFORMS = [:ruby] # C Ruby (MRI), Rubinius or TruffleRuby, but NOT
group :development do
gem "bundler", "~> 2.4.2"
gem "debug", "~> 1.8", require: false
gem "minitest", "~> 5.19"
gem "minitest", "~> 5.20"
gem "minitest-reporters", "~> 1.6"
gem "mocha", "~> 2.1"
gem "rake", "~> 13.0"
Expand Down
29 changes: 10 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
reline (>= 0.3.6)
json (2.6.3)
language_server-protocol (3.17.0.3)
minitest (5.19.0)
minitest (5.20.0)
minitest-reporters (1.6.1)
ansi
builder
Expand Down Expand Up @@ -79,23 +79,14 @@ GEM
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sorbet (0.5.11001)
sorbet-static (= 0.5.11001)
sorbet-runtime (0.5.11001)
sorbet-static (0.5.11001-universal-darwin-14)
sorbet-static (0.5.11001-universal-darwin-15)
sorbet-static (0.5.11001-universal-darwin-16)
sorbet-static (0.5.11001-universal-darwin-17)
sorbet-static (0.5.11001-universal-darwin-18)
sorbet-static (0.5.11001-universal-darwin-19)
sorbet-static (0.5.11001-universal-darwin-20)
sorbet-static (0.5.11001-universal-darwin-21)
sorbet-static (0.5.11001-universal-darwin-22)
sorbet-static (0.5.11001-universal-darwin-23)
sorbet-static (0.5.11001-x86_64-linux)
sorbet-static-and-runtime (0.5.11001)
sorbet (= 0.5.11001)
sorbet-runtime (= 0.5.11001)
sorbet (0.5.11010)
sorbet-static (= 0.5.11010)
sorbet-runtime (0.5.11010)
sorbet-static (0.5.11010-universal-darwin)
sorbet-static (0.5.11010-x86_64-linux)
sorbet-static-and-runtime (0.5.11010)
sorbet (= 0.5.11010)
sorbet-runtime (= 0.5.11010)
spoom (1.2.2)
erubi (>= 1.10.0)
sorbet (>= 0.5.10187)
Expand Down Expand Up @@ -135,7 +126,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 2.4.2)
debug (~> 1.8)
minitest (~> 5.19)
minitest (~> 5.20)
minitest-reporters (~> 1.6)
mocha (~> 2.1)
psych (~> 5.1)
Expand Down

0 comments on commit ae181d0

Please sign in to comment.