lib/tapioca/helpers/sorbet_helper.rb in tapioca-0.10.1 vs lib/tapioca/helpers/sorbet_helper.rb in tapioca-0.10.2

- old
+ new

@@ -5,15 +5,15 @@ module SorbetHelper extend T::Sig SORBET_GEM_SPEC = T.let( ::Gem::Specification.find_by_name("sorbet-static"), - ::Gem::Specification + ::Gem::Specification, ) SORBET_BIN = T.let( Pathname.new(SORBET_GEM_SPEC.full_gem_path) / "libexec" / "sorbet", - Pathname + Pathname, ) SORBET_EXE_PATH_ENV_VAR = "TAPIOCA_SORBET_EXE" SORBET_PAYLOAD_URL = "https://github.com/sorbet/sorbet/tree/master/rbi"