swh:1:snp:01ca2d7fcfc57b3814e4073937313c9825961060
Raw File
Tip revision: 37e183a883b1629dee30570e3482c35e591530be authored by Shane Emmons on 15 April 2024, 12:37:04 UTC
Merge pull request #1091 from tagliala/chore/remove-legacy-checks
Tip revision: 37e183a
rbs_collection.yaml
# Download sources
sources:
  - type: git
    name: ruby/gem_rbs_collection
    remote: https://github.com/ruby/gem_rbs_collection.git
    revision: main
    repo_dir: gems

# You can specify local directories as sources also.
# - type: local
#   path: path/to/your/local/repository

# A directory to install the downloaded RBSs
path: .gem_rbs_collection

gems:
  # Skip loading rbs gem's RBS.
  # It's unnecessary if you don't use rbs as a library.
  - name: rbs
    ignore: true
back to top