lib/spoom/config.rb in spoom-1.0.6 vs lib/spoom/config.rb in spoom-1.0.7
- old
+ new
@@ -1,7 +1,9 @@
# typed: true
# frozen_string_literal: true
+require 'pathname'
+
module Spoom
module Config
SORBET_CONFIG = "sorbet/config"
SORBET_GEM_PATH = Gem::Specification.find_by_name("sorbet-static").full_gem_path
SORBET_PATH = (Pathname.new(SORBET_GEM_PATH) / "libexec" / "sorbet").to_s