Skip to content

Commit ae181d0

Browse files
Bump the minor-and-patch group with 2 updates
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] <[email protected]>
1 parent 7835856 commit ae181d0

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NON_WINDOWS_PLATFORMS = [:ruby] # C Ruby (MRI), Rubinius or TruffleRuby, but NOT
1010
group :development do
1111
gem "bundler", "~> 2.4.2"
1212
gem "debug", "~> 1.8", require: false
13-
gem "minitest", "~> 5.19"
13+
gem "minitest", "~> 5.20"
1414
gem "minitest-reporters", "~> 1.6"
1515
gem "mocha", "~> 2.1"
1616
gem "rake", "~> 13.0"

Gemfile.lock

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GEM
2525
reline (>= 0.3.6)
2626
json (2.6.3)
2727
language_server-protocol (3.17.0.3)
28-
minitest (5.19.0)
28+
minitest (5.20.0)
2929
minitest-reporters (1.6.1)
3030
ansi
3131
builder
@@ -79,23 +79,14 @@ GEM
7979
rubocop (>= 0.90.0)
8080
ruby-progressbar (1.13.0)
8181
ruby2_keywords (0.0.5)
82-
sorbet (0.5.11001)
83-
sorbet-static (= 0.5.11001)
84-
sorbet-runtime (0.5.11001)
85-
sorbet-static (0.5.11001-universal-darwin-14)
86-
sorbet-static (0.5.11001-universal-darwin-15)
87-
sorbet-static (0.5.11001-universal-darwin-16)
88-
sorbet-static (0.5.11001-universal-darwin-17)
89-
sorbet-static (0.5.11001-universal-darwin-18)
90-
sorbet-static (0.5.11001-universal-darwin-19)
91-
sorbet-static (0.5.11001-universal-darwin-20)
92-
sorbet-static (0.5.11001-universal-darwin-21)
93-
sorbet-static (0.5.11001-universal-darwin-22)
94-
sorbet-static (0.5.11001-universal-darwin-23)
95-
sorbet-static (0.5.11001-x86_64-linux)
96-
sorbet-static-and-runtime (0.5.11001)
97-
sorbet (= 0.5.11001)
98-
sorbet-runtime (= 0.5.11001)
82+
sorbet (0.5.11010)
83+
sorbet-static (= 0.5.11010)
84+
sorbet-runtime (0.5.11010)
85+
sorbet-static (0.5.11010-universal-darwin)
86+
sorbet-static (0.5.11010-x86_64-linux)
87+
sorbet-static-and-runtime (0.5.11010)
88+
sorbet (= 0.5.11010)
89+
sorbet-runtime (= 0.5.11010)
9990
spoom (1.2.2)
10091
erubi (>= 1.10.0)
10192
sorbet (>= 0.5.10187)
@@ -135,7 +126,7 @@ PLATFORMS
135126
DEPENDENCIES
136127
bundler (~> 2.4.2)
137128
debug (~> 1.8)
138-
minitest (~> 5.19)
129+
minitest (~> 5.20)
139130
minitest-reporters (~> 1.6)
140131
mocha (~> 2.1)
141132
psych (~> 5.1)

0 commit comments

Comments
 (0)