Skip to content

Commit d4b96cb

Browse files
authored
Upgrade Sorbet to v0.5.12017 (#3399)
1 parent 1fdcc20 commit d4b96cb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ GEM
9797
simplecov_json_formatter (~> 0.1)
9898
simplecov-html (0.13.1)
9999
simplecov_json_formatter (0.1.4)
100-
sorbet (0.5.11965)
101-
sorbet-static (= 0.5.11965)
102-
sorbet-runtime (0.5.11965)
103-
sorbet-static (0.5.11965-universal-darwin)
104-
sorbet-static (0.5.11965-x86_64-linux)
105-
sorbet-static-and-runtime (0.5.11965)
106-
sorbet (= 0.5.11965)
107-
sorbet-runtime (= 0.5.11965)
100+
sorbet (0.5.12017)
101+
sorbet-static (= 0.5.12017)
102+
sorbet-runtime (0.5.12017)
103+
sorbet-static (0.5.12017-universal-darwin)
104+
sorbet-static (0.5.12017-x86_64-linux)
105+
sorbet-static-and-runtime (0.5.12017)
106+
sorbet (= 0.5.12017)
107+
sorbet-runtime (= 0.5.12017)
108108
spoom (1.6.1)
109109
erubi (>= 1.10.0)
110110
prism (>= 0.28.0)

lib/ruby_lsp/requests/support/source_uri.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def to_s
7171
if URI.respond_to?(:register_scheme)
7272
URI.register_scheme("SOURCE", self)
7373
else
74-
@@schemes = @@schemes # rubocop:disable Style/ClassVars #: Hash[String, untyped]
74+
@@schemes = @@schemes #: Hash[String, untyped] # rubocop:disable Style/ClassVars
7575
@@schemes["SOURCE"] = self
7676
end
7777
end

0 commit comments

Comments
 (0)