Skip to content

Commit 3ea2daf

Browse files
Bump sorbet
Bumps the ruby-deps group with 1 update in the /gemfiles/typecheck directory: [sorbet](https://github.com/sorbet/sorbet). Updates `sorbet` from 0.6.12666 to 0.6.12768 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) --- updated-dependencies: - dependency-name: sorbet dependency-version: 0.6.12768 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16e5efb commit 3ea2daf

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

gemfiles/typecheck/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "rake-compiler"
88
gem "rake"
99
gem "rbs"
1010
gem "ruby_parser"
11-
gem "sorbet", "<= 0.6.12666" # until tapioca is bumped
11+
gem "sorbet", "<= 0.6.12769" # until tapioca is bumped
1212
gem "steep", ">= 1.7.0.dev.1"
1313
gem "tapioca"
1414
gem "test-unit"

gemfiles/typecheck/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ GEM
6262
sexp_processor (~> 4.16)
6363
securerandom (0.4.1)
6464
sexp_processor (4.17.4)
65-
sorbet (0.6.12666)
66-
sorbet-static (= 0.6.12666)
67-
sorbet-runtime (0.6.12666)
68-
sorbet-static (0.6.12666-universal-darwin)
69-
sorbet-static (0.6.12666-x86_64-linux)
70-
sorbet-static-and-runtime (0.6.12666)
71-
sorbet (= 0.6.12666)
72-
sorbet-runtime (= 0.6.12666)
65+
sorbet (0.6.12768)
66+
sorbet-static (= 0.6.12768)
67+
sorbet-runtime (0.6.12768)
68+
sorbet-static (0.6.12768-universal-darwin)
69+
sorbet-static (0.6.12768-x86_64-linux)
70+
sorbet-static-and-runtime (0.6.12768)
71+
sorbet (= 0.6.12768)
72+
sorbet-runtime (= 0.6.12768)
7373
spoom (1.6.3)
7474
erubi (>= 1.10.0)
7575
prism (>= 0.28.0)
@@ -132,7 +132,7 @@ DEPENDENCIES
132132
rake-compiler
133133
rbs
134134
ruby_parser
135-
sorbet (<= 0.6.12666)
135+
sorbet (<= 0.6.12769)
136136
steep (>= 1.7.0.dev.1)
137137
tapioca
138138
test-unit

0 commit comments

Comments
 (0)