Sha256: 50417afa7a861357338951d95447e9f91fa233036d6ffdd11c1d9dac7b68ebd4
Contents?: true
Size: 263 Bytes
Versions: 40
Compression:
Stored size: 263 Bytes
Contents
module Souls class Upgrade < Thor desc "submodule", "Run git submodule update --init RBS collection" def submodule system("git submodule update --init https://github.com/ruby/gem_rbs_collection.git vendor/rbs/gem_rbs_collection") end end end
Version data entries
40 entries across 40 versions & 1 rubygems