lib/spoom/sorbet.rb in spoom-1.2.2 vs lib/spoom/sorbet.rb in spoom-1.2.3
- old
+ new
@@ -33,9 +33,10 @@
end
end
CONFIG_PATH = "sorbet/config"
GEM_PATH = T.let(Gem::Specification.find_by_name("sorbet-static").full_gem_path, String)
+ GEM_VERSION = T.let(Gem::Specification.find_by_name("sorbet-static-and-runtime").version.to_s, String)
BIN_PATH = T.let((Pathname.new(GEM_PATH) / "libexec" / "sorbet").to_s, String)
KILLED_CODE = 137
SEGFAULT_CODE = 139
end