-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrbs_collection.yaml
54 lines (52 loc) · 1.03 KB
/
rbs_collection.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Download sources
sources:
- type: git
name: ruby/gem_rbs_collection
remote: https://github.com/ruby/gem_rbs_collection.git
revision: main
repo_dir: gems
# A directory to install the downloaded RBSs
path: .gem_rbs_collection
gems:
# From manifest.yml
- name: logger
- name: openssl
- name: optparse
- name: json
- name: pathname
# Vendor deps
- name: singleton
# Skip loading rbs gem's RBS.
# It's unnecessary if you don't use rbs as a library.
- name: rbs
ignore: true
- name: steep
ignore: true
- name: nokogiri
ignore: true
- name: parallel
ignore: true
- name: ast
ignore: true
- name: rainbow
ignore: true
- name: listen
ignore: true
- name: activesupport
ignore: true
- name: simplecov
ignore: true
- name: simeplecov-lcov
ignore: true
- name: grpc
ignore: true
- name: grpc_kit
ignore: true
- name: nats-pure
ignore: true
- name: parser
ignore: true
- name: rubocop
ignore: true
- name: rubocop-ast
ignore: true