forked from line/line-bot-sdk-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrbs_collection.yaml
More file actions
38 lines (35 loc) · 752 Bytes
/
Copy pathrbs_collection.yaml
File metadata and controls
38 lines (35 loc) · 752 Bytes
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
# 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:
# stdlibs
- name: json
- name: net-http
- name: openssl
- name: uri
# unused library in line-bot-api and its test
- name: rack
ignore: true
- name: rackup
ignore: true
- name: rbs
ignore: true
- name: rubocop
ignore: true
- name: steep
ignore: true
- name: webrick
ignore: true
- name: yard
ignore: true
- name: rake
ignore: true