mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
22 lines
507 B
YAML
22 lines
507 B
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:
|
|
# If you want to avoid installing rbs files for gems, you can specify them here.
|
|
- name: rbs
|
|
ignore: true
|
|
- name: ffi
|
|
ignore: true
|